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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Contributing
2
2
3
-
We encourage pull requests from everyone.
3
+
We encourage pull requests (PRs) from everyone.
4
4
5
-
Fork the project into your own repo, create a topic branch there and then make one or more pull requests back to the main repository. Your pull requests can then be reviewed and discussed.
5
+
Fork the project into your own repo, create a topic branch there and then make one or more pull requests back to the main repository. Your PR can then be reviewed and discussed.
6
+
7
+
Helpful: Run `make` in the project root directory and ensure tests pass. If tests are not passing and you need help resolving, please mention this in your PR.
6
8
7
9
8
10
## Adding new feature layers
@@ -14,3 +16,5 @@ Checklist for adding new feature layers:
0 commit comments