Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.63 KB

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 1.63 KB

Contribution

Existing issues marked with a help wanted tag are the best candidates for contributions. Issues with that tag are either not prioritised, or are in need of help with someone with more expertise within a certain area

Reporting bugs

  1. Follow the template for bug reports.
  2. Golden rule Open one ussie for one bug .
  3. Search for existing reports first. If you found a similar issue in the tracker - better share your problem in the existing thread.
  4. Besides the platform, specify as many specifics as you can (if relevant). CPU/GPU, input methods (controller, mouse) and so on.
  5. A simple reproduction project helps more than any reproduction steps. Include it whenever you can. Examining the problem first-hand is the easiest way to solve it.

Proposing features

  1. Follow the template for feature requests.
  2. Search for existing proposals first.
  3. Request something with a real-world use-case. Abstract features may not be considered.
  4. If you are capable of implementing said feature, include some code that demonstrates the finer details/nuances of said feature.

Thanks you for contributing mindfully!