Merge pull request #1 from markcheret/contributing-guidelines

Create CONTRIBUTING.md
This commit is contained in:
Mark Cheret 2021-02-21 13:22:19 +01:00 committed by GitHub
commit 6587f55767
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
CONTRIBUTING.md Normal file
View file

@ -0,0 +1,19 @@
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/)