Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.44 KB

File metadata and controls

32 lines (24 loc) · 1.44 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.
  • the first commit's message on a pull request must follow the conventional commits specification. See commit history for examples.
  • all commits must be signed (this is supported by most Git clients as well as the GitHub web UI, see link below).

Resources