You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1019 B

  1. # Contributing Guidelines
  2. Thanks for taking the time to contribute!
  3. The following is a set of guidelines for contributing to this project. These are just guidelines, not rules, so use your best judgement and feel free to propose changes to this document in a pull request.
  4. ## Reporting issues
  5. Ensure the bug was not already reported by searching on GitHub under issues. If you're unable to find an open issue addressing the bug, open a new issue.
  6. Please pay attention to the following points while opening an issue:
  7. * How to reproduce the issue, step-by-step.
  8. * The expected behavior (or what is wrong).
  9. * Screenshots for GUI issues.
  10. * The application version.
  11. * The operating system.
  12. ## Pull Requests
  13. Pull Requests are always welcome.
  14. 1. When you edit the code, please check the formatting of your code before you `git commit`.
  15. 2. Ensure the PR description clearly describes the problem and solution. It should include:
  16. * The operating system on which you tested.
  17. * The relevant issue number, if applicable.