Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-07-31 06:12:22 +0300
committerIvan Boothe <git@rootwork.org>2022-07-31 06:12:22 +0300
commit66626fcd037e1c4bfe303b7d6912c187c7bb1881 (patch)
tree8d88ac1f78630eeb3613b15d96d278a2ba186004
parent715ce3876818dd32c365399827aa914eb66da01b (diff)
correct numbering
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index df5e9d5..aa52efc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -86,21 +86,21 @@ order to help us help you, create bug reports that are:
signoff (for instance, Gitpod) you will need to leave a comment on the PR you
submit confirming that you certify compliance with the DCO.
-6. Repeat steps 5-6 as necessary.
+7. Repeat steps 5-6 as necessary.
-7. Unless your PR is documentation-only, **test your work
+8. Unless your PR is documentation-only, **test your work
[using Hugo extended](https://github.com/chipzoller/hugo-clarity#prerequisites)
to build a site.** When you submit your PR we'll run test-builds of a Hugo
site with your PR applied, so you'll save time if you fix any build issues
before submitting.
-8. Push the branch:
+9. Push the branch:
```sh
git push origin amazing_feature
```
-9. [Open a Pull Request](https://github.com/chipzoller/hugo-clarity/compare?expand=1)
+10. [Open a Pull Request](https://github.com/chipzoller/hugo-clarity/compare?expand=1)
and wait for feedback. Filling out the PR as requested will ensure your work
gets reviewed by maintainers promptly.