From 75f4287aa364383fc4fc8809c1076a23e6639a61 Mon Sep 17 00:00:00 2001 From: Mark Cheret Date: Sun, 21 Feb 2021 13:54:54 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 73fa4de..d631099 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: # Branching -- footnotes uses [GitHub Flow](https://githubflow.github.io/) +- ***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) +- ***footnotes*** uses [Conventional Commits](https://www.conventionalcommits.org) - keep individual commits as small as possible # Versioning -- footnotes uses [Semantic Versioning](https://semver.org/) +- ***footnotes*** uses [Semantic Versioning](https://semver.org/)