Skip to content

Commit

Permalink
Merge pull request #1191 from ileana-pr/main
Browse files Browse the repository at this point in the history
docs: fixed CONTRIBUTING.md file Issue: 1048
  • Loading branch information
monilpat authored Dec 18, 2024
2 parents 70583c7 + 0e1770b commit e660791
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 e660791

Please sign in to comment.