Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 751 Bytes

File metadata and controls

18 lines (12 loc) · 751 Bytes

Contribution Guidelines

How to contribute

  1. Fork this repository and make your changes on your fork an a branch you like (I recommend to create a branch per feature).
  2. Create a PR for your changes
  3. Await for the automatic checks to run and finish with a successful result.
  4. After reviewed it your changes will be merged shortly into the main branch

Branch Updates

  • To update your branch only rebases are allowed. Please refrain from using "Merge" actions to update your branch. This will be checked with CI on your PR.

Requirements to get Pull Requests accepted

  • Passes the build (Including all GitHub action checks and others...)
  • A category of your change (will be assigned by the reviewer)
  • Review from a maintainter