Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 854 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (18 loc) · 854 Bytes

Contributing

When contributing to this repository, please first discuss the change in the discussions.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Coding

  1. Fork the repository.
  2. Make your changes on a dedicated branch.
  3. Commit your changes according to Conventional Commits. Please try to only make one commit. Squash/rebase if you made a bunch of fix-up-commits! Commits will be linted on every push.
  4. Open up a pull request by using the Fix, Feature or Breaking pull request template and follow the steps described there.
  5. Merge the pull request as described in the template and make a release if required.

Release

Open an issue by using the template Release and follow the steps in there.