You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Contributing
2
2
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
+
3
5
To contribute, first fork and clone.
4
6
5
7
```sh
@@ -15,9 +17,9 @@ $ poetry install
15
17
Edit the code, then lint and test.
16
18
17
19
```sh
18
-
$ flake8
19
-
$ isort .
20
20
$ black .
21
+
$ isort .
22
+
$ flake8
21
23
```
22
24
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