Commit 0e1770b 1 parent 81d0273 commit 0e1770b Copy full SHA for 0e1770b
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ We believe in the power of the OODA Loop - a decision-making framework that emph
38
38
39
39
3 . Fork the repo and create your branch from ` main ` .
40
40
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!
46
46
47
47
## Styleguides
48
48
You can’t perform that action at this time.
0 commit comments