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: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Our aim is to **keep it simple** for the developers to contribute to this projec
38
38
39
39
7. Get a screenshot of your finished work! (if there are any UI changes) Try to crop it so that it looks good as a smallish (preferably squarish) image.
40
40
41
-
8. Pull from the upstream again before you commit your changes, like you did in step 3. This is to ensure your still have the latest code.
41
+
8. Pull from the upstream again before you commit your changes, like you did in step 3. This is to ensure you still have the latest code.
42
42
43
43
9. If you see a error like
44
44
@@ -99,7 +99,7 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
99
99
100
100
1. Fork the repo and create your branch from `main`.
101
101
2. If you've added code that should be tested, add tests.
102
-
3. If your change needs an explaination to the user, update the documentation.
102
+
3. If your change needs an explanation to the user, update the documentation.
0 commit comments