Maintainer Guidelines

This document is intended for maintainers of a Shabad OS project. If you're looking for other ways to help, please see how to contribute!

Maintainers agree to abide by our Code of Conduct, the Contributor Covenant. In addition to reading this organization-level document, you should refer to the CONTRIBUTING.md file inside the specific project repo.

PR Merge

It is good to familiarize yourself with the release workflow/ci. For example, version bumps may be looking at a git commit message's type or a standalone line like "BREAKING CHANGE".

Release

Where possible, Shabad OS is using GitHub Actions for incrementing the software version and publishing a release. Again, familiarize yourself with whatever workflow/ci script is in the repo.