kiwmi/CONTRIBUTING.md
RubbaBoy 6bb8e9c254 Replaced README and CONTRIBUTING files
The previous README and CONTRIBUTING were both text, the readme being non-intriguing with nothing to really hook a user looking at the project. This doesn't need to be accepted, however I'd recommend using it as a reference or similar for a future rework of the readme. HTML can also be used if you don't want to use Markdown.
2019-12-21 21:36:48 -05:00

677 B

Contributing Guidelines

Contributing entails that all contributions follow the MPL 2.0 license.

Opening Issues

  • Ensure that bugs have proper steps to reproduce
  • Include program version, along with any system specs that may help identify the issue

Committing

Commit messages should be both clear and descriptive. If possible, commit titles should start with a verb describing the change. Don't be shy to include additional information such as motivation for the change in the commit body. Be sure to ensure other developers will be able to understand why a specific change has occurred in the future.