Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Botium authored May 8, 2018
1 parent 1e7df51 commit 999ac9a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
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.

0 comments on commit 999ac9a

Please sign in to comment.