Skip to content

Commit

Permalink
fixed CONTRIBUTING.md file Issue: 1048
Browse files Browse the repository at this point in the history
  • Loading branch information
ileana-pr committed Dec 18, 2024
1 parent 81d0273 commit 0e1770b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ We believe in the power of the OODA Loop - a decision-making framework that emph

3. Fork the repo and create your branch from `main`.
1. The name of the branch should start with the issue number and be descriptive of the changes you are making.
1. eg. 40--add-test-for-bug-123
4. If you've added code that should be tested, add tests.
5. Ensure the test suite passes.
6. Make sure your code lints.
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!

## Styleguides

Expand Down

0 comments on commit 0e1770b

Please sign in to comment.