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

20 lines
619 B
Markdown
Raw Normal View History

2021-02-21 12:54:54 +00:00
***footnotes*** welcomes contributions!
2021-02-20 19:04:22 +00:00
Please follow these guidelines when contributing, as it will give your pull request the best chance of being accepted:
# Branching
2021-02-21 12:54:54 +00:00
- ***footnotes*** uses [GitHub Flow](https://githubflow.github.io/)
2021-02-20 19:04:22 +00:00
- 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
2021-02-21 12:54:54 +00:00
- ***footnotes*** uses [Conventional Commits](https://www.conventionalcommits.org)
2021-02-20 19:04:22 +00:00
- keep individual commits as small as possible
# Versioning
2021-02-21 12:54:54 +00:00
- ***footnotes*** uses [Semantic Versioning](https://semver.org/)