# 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
* Add unit tests for implemented behaviour
* The NPM script "npm run build" has to succeed before posting a pull request
** it will run unit tests
** it will enforce eslint and rollup build

These points are subject to possible change at any time.
