Template
1
0
mirror of https://github.com/Wessel/boilerplate.git synced 2026-07-12 02:42:11 +02:00

fix(contribution): fix uneven numbering

This commit is contained in:
2023-02-07 22:33:46 +01:00
parent def260f465
commit 9e9f3656a3

View File

@@ -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.