14 lines
677 B
Markdown
14 lines
677 B
Markdown
|
# Contributing Guidelines
|
||
|
|
||
|
Contributing entails that all contributions follow the [MPL 2.0 license](https://github.com/buffet/kiwmi/blob/master/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.
|
||
|
|