From 9e9f3656a382e4cab95b990e6dbaff60e1d7d81b Mon Sep 17 00:00:00 2001 From: Wessel Date: Tue, 7 Feb 2023 22:33:46 +0100 Subject: [PATCH] fix(contribution): fix uneven numbering --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1030659..8aeddf1 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -38,8 +38,8 @@ To get ready to work on the codebase, please do the following: 1. Fork & clone the repository, and make sure you are on the **master** branch 2. Run {{setup.install}} -4. Code your ideas and test them using {{setup.test}} -6. [Submit a pull request](https://github.com/{{project.master}}/{{project.name}}/compare) +3. Code your ideas and test them using {{setup.test}} +4. [Submit a pull request](https://github.com/{{project.master}}/{{project.name}}/compare) ## Testing When creating any new functions, please also create unit tests for them in the `tests` directory.