Update CONTRIBUTING.md
This commit is contained in:
parent
6297965716
commit
75f4287aa3
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
footnotes welcomes contributions!
|
***footnotes*** welcomes contributions!
|
||||||
|
|
||||||
Please follow these guidelines when contributing, as it will give your pull request the best chance of being accepted:
|
Please follow these guidelines when contributing, as it will give your pull request the best chance of being accepted:
|
||||||
|
|
||||||
# Branching
|
# Branching
|
||||||
|
|
||||||
- footnotes uses [GitHub Flow](https://githubflow.github.io/)
|
- ***footnotes*** uses [GitHub Flow](https://githubflow.github.io/)
|
||||||
- branch off of `main` to start developing
|
- branch off of `main` to start developing
|
||||||
- give your new branch a descriptive name
|
- give your new branch a descriptive name
|
||||||
- when ready, submit a pull request to merge your branch with `main`
|
- when ready, submit a pull request to merge your branch with `main`
|
||||||
|
|
||||||
# Commits
|
# Commits
|
||||||
|
|
||||||
- footnotes uses [Conventional Commits](https://www.conventionalcommits.org)
|
- ***footnotes*** uses [Conventional Commits](https://www.conventionalcommits.org)
|
||||||
- keep individual commits as small as possible
|
- keep individual commits as small as possible
|
||||||
|
|
||||||
# Versioning
|
# Versioning
|
||||||
|
|
||||||
- footnotes uses [Semantic Versioning](https://semver.org/)
|
- ***footnotes*** uses [Semantic Versioning](https://semver.org/)
|
||||||
|
|
Reference in a new issue