Skip to content

Commit 3d9fc37

Browse files
authored
chore: update contributing.md
- Fixed lint order so that flake8 comes last - Linked Wiki
1 parent da8de06 commit 3d9fc37

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Contributing
22

3+
> This is a quick guide to contributing. If you want more information on developing this project, then check out the [Wiki](https://github.com/ReplAPI-it/ReplAPI.it-Python/wiki).
4+
35
To contribute, first fork and clone.
46

57
```sh
@@ -15,9 +17,9 @@ $ poetry install
1517
Edit the code, then lint and test.
1618

1719
```sh
18-
$ flake8
19-
$ isort .
2020
$ black .
21+
$ isort .
22+
$ flake8
2123
```
2224

23-
Then create your PR. All commits should follow [Conventional Commits](https://www.conventionalcommits.org). (Look at the commit history for examples.) Thanks for helping!
25+
Create your PR is all the checks pass! All commits should follow [Conventional Commits](https://www.conventionalcommits.org). (Look at the commit history for examples.) Thanks for helping!

0 commit comments

Comments
 (0)