Spaces:
Running
Running
Paul-Edouard Sarlin
commited on
Update CONTRIBUTING.md
Browse files- CONTRIBUTING.md +2 -2
CONTRIBUTING.md
CHANGED
@@ -9,7 +9,7 @@ We actively welcome your pull requests.
|
|
9 |
2. If you've added code that should be tested, add tests.
|
10 |
3. If you've changed APIs, update the documentation.
|
11 |
4. Ensure the test suite passes.
|
12 |
-
5. Make sure your code lints.
|
13 |
6. If you haven't already, complete the Contributor License Agreement ("CLA").
|
14 |
|
15 |
## Contributor License Agreement ("CLA")
|
@@ -28,4 +28,4 @@ outlined on that page and do not file a public issue.
|
|
28 |
|
29 |
## License
|
30 |
By contributing to OrienterNet, you agree that your contributions will be licensed
|
31 |
-
under the LICENSE file in the root directory of this source tree.
|
|
|
9 |
2. If you've added code that should be tested, add tests.
|
10 |
3. If you've changed APIs, update the documentation.
|
11 |
4. Ensure the test suite passes.
|
12 |
+
5. Make sure your code lints by running `./format.sh`
|
13 |
6. If you haven't already, complete the Contributor License Agreement ("CLA").
|
14 |
|
15 |
## Contributor License Agreement ("CLA")
|
|
|
28 |
|
29 |
## License
|
30 |
By contributing to OrienterNet, you agree that your contributions will be licensed
|
31 |
+
under the LICENSE file in the root directory of this source tree.
|