Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) · 1.25 KB

Contributing

Creating an issue

If you have found a bug, want to request an enhancement or simply ask a question, feel free to open an issue.

For security-related issues, please see our security policy.

Submitting a pull request

If you want to contribute code, documentation etc. you can open a pull request. We then kindly ask that:

  • before working or submitting a large pull request, please open an issue to discuss what you have in mind and check that there is not an existing solution or a different approach.
  • all code changes must be tested manually and automated tests should be included when possible.
  • all necessary documentation should be included as well.
  • commits on a single pull request must be squashed together to keep make reviews easier.
  • commits must be signed (this is supported by most Git clients as well as the GitHub web UI, see link below).

Resources