Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 817 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 817 Bytes

Guidelines for posting issues

  • Please review the Troubleshooting Guide in the Botium Wiki
  • 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.