Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 745 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (13 loc) · 745 Bytes

Contributing

Contributions are welcomed. Even just running the software and reporting issues is a large help.

Contributing Issues

If you find a problem with the software, or want to request a feature, please create an issue. Please follow the issue templates. If there is no issue template, then feel free to submit an issue without one.

Contributing Code

Please use the following workflow when contributing code:

  1. Find an issue you would like to solve or create a new one for the code you are contributing.
  2. Fork the parent repository.
  3. Create a branch named after the issue.
  4. Write code.
  5. git pull --rebase from the parent repository.
  6. Push your changes to your fork.
  7. Create a pull request to merge the changes.