We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d0273 commit 0e1770bCopy full SHA for 0e1770b
docs/docs/contributing.md
@@ -38,11 +38,11 @@ We believe in the power of the OODA Loop - a decision-making framework that emph
38
39
3. Fork the repo and create your branch from `main`.
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!
+ 2. Example: 9999--add-test-for-bug-123
+3. If you've added code that should be tested, add tests.
+4. Ensure the test suite passes.
+5. Make sure your code lints.
+6. Issue that pull request!
46
47
## Styleguides
48
0 commit comments