Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 802 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 802 Bytes

Contributing

We would love for you to contribute to Themis-bot and help make it even better than it is today!

Found a Bug?

if you find a bug in the source code, you can help us by submitting an issue to our GitHub Repository. Even better, you can submit a Pull Request with a fix.

Missing Feature

You can request a new feature by submitting an issue to our GitHub Repository. If you would like to implement a new feature, please submit an issue with a proposal for your work first, to be sure that we can use it.

Submission Guidelines

Submitting a Pull Request (PR)

Coding Rules

To ensure consistency throughout the source code, keep these rules in mind as your are working:

  • All features or bug fixes must be tested by one or more specs (unit-tests).