Skip to content

Commit 0e1770b

Browse files
committed
fixed CONTRIBUTING.md file Issue: 1048
1 parent 81d0273 commit 0e1770b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/docs/contributing.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ We believe in the power of the OODA Loop - a decision-making framework that emph
3838

3939
3. Fork the repo and create your branch from `main`.
4040
1. The name of the branch should start with the issue number and be descriptive of the changes you are making.
41-
1. eg. 40--add-test-for-bug-123
42-
4. If you've added code that should be tested, add tests.
43-
5. Ensure the test suite passes.
44-
6. Make sure your code lints.
45-
7. Issue that pull request!
41+
2. Example: 9999--add-test-for-bug-123
42+
3. If you've added code that should be tested, add tests.
43+
4. Ensure the test suite passes.
44+
5. Make sure your code lints.
45+
6. Issue that pull request!
4646

4747
## Styleguides
4848

0 commit comments

Comments
 (0)