Skip to content

Latest commit

 

History

History
32 lines (24 loc) Β· 1.38 KB

File metadata and controls

32 lines (24 loc) Β· 1.38 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.
  • commit messages must follow the conventional commits specification. See commit history for examples.
  • 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