summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-13 11:51:01 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-13 11:51:01 +0300
commitb3f274b29d3521d51ef49d3cdbe654a3acd7a6ab (patch)
treef41c16aea8d7a272544957772e2b6c02271c347c
parentcbea55afde475338f0f8f3ccce708866d1cdb3a7 (diff)
downloadobnam.org-b3f274b29d3521d51ef49d3cdbe654a3acd7a6ab.tar.gz
fix: only run ./check after clone
Thank you, Alexander Batischev. Sponsored-by: author
-rw-r--r--contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributing.md b/contributing.md
index 7ee675a..62b6660 100644
--- a/contributing.md
+++ b/contributing.md
@@ -56,10 +56,10 @@ up an environment following these steps:
be old
* Install any other build dependencies, as described in the [README][]
and [debian/control] files.
-* Run `./check` to make sure everything works.
* Fork the project.
- you will need your own account on gitlab.com for this
* Clone the code from your fork.
+* Run `./check` to make sure everything works.
* Make a new git branch and start making changes.
- make sure `./check` works with your changes
* Commit everything.