forked from howdyai/botkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feature/unitTests
- Loading branch information
Showing
7 changed files
with
55 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,5 +54,9 @@ | |
}, | ||
"extends": [ | ||
"eslint:recommended" | ||
] | ||
], | ||
"parserOptions": { | ||
"ecmaVersion": 9, | ||
"sourceType": "module" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
** DO NOT ERASE THESE INSTRUCTIONS WITHOUT READING THEM FIRST ** | ||
|
||
Please read this entire template before posting any issue to get faster response. | ||
|
||
Open an issue on this repository with your topic or question, providing as much detail as possible. The more we know, the better we can help. | ||
|
||
Before posting, search the repository to see if there's already an issue opened to avoid duplicates. | ||
|
||
### Are you sure this is an issue with the Botkit core module? | ||
|
||
For all other questions, requests or help, please feel free to join the discussion slack : https://community.botkit.ai | ||
|
||
### What are you trying to achieve or the steps to reproduce? | ||
|
||
Describe your issue here, include as much detail as necessary to reproduce the issue or implement a missing functionality. | ||
|
||
```` | ||
// Wrap code in markdown source tags | ||
```` | ||
|
||
### What was the result you received? | ||
|
||
### What did you expect? | ||
|
||
### Screenshots and animated GIFs | ||
|
||
### Context: | ||
|
||
- Botkit version: | ||
- Messaging Platform: | ||
- Node version: | ||
- Os: | ||
- Any other relevant information: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
language: node_js | ||
node_js: | ||
- lts/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters