This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
footnotes/CONTRIBUTING.md
2021-02-21 13:54:54 +01:00

20 lines
619 B
Markdown

***footnotes*** welcomes contributions!
Please follow these guidelines when contributing, as it will give your pull request the best chance of being accepted:
# Branching
- ***footnotes*** uses [GitHub Flow](https://githubflow.github.io/)
- branch off of `main` to start developing
- give your new branch a descriptive name
- when ready, submit a pull request to merge your branch with `main`
# Commits
- ***footnotes*** uses [Conventional Commits](https://www.conventionalcommits.org)
- keep individual commits as small as possible
# Versioning
- ***footnotes*** uses [Semantic Versioning](https://semver.org/)