-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Botium
authored
May 8, 2018
1 parent
1e7df51
commit 999ac9a
Showing
1 changed file
with
16 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Guidelines for posting issues | ||
|
||
* Please review the [Troubleshooting Guide in the Botium Wiki](https://github.com/codeforequity-at/botium-core/wiki/Troubleshooting) | ||
* In case you have some troubles, please __ALWAYS__ attach the debug output from Botium (see "Enable Logging" in the Troubleshooting Guide) | ||
* Please don't post any secret information (like access keys for Dialogflow or IBM Watson) | ||
|
||
# Guidelines for code contributions | ||
|
||
Of course, code contributions are welcome! | ||
|
||
* Please fork the repository | ||
* Please create an issue and refer to it in the pull request | ||
* The NPM script "npm run build" has to succeed before posting a pull request | ||
** it will enforce eslint and rollup build | ||
|
||
These points are subject to possible change at any time. |