From 0e1770b14376085747a659a89205cacc358cc001 Mon Sep 17 00:00:00 2001 From: CheddarQueso Date: Tue, 17 Dec 2024 19:06:37 -0500 Subject: [PATCH] fixed CONTRIBUTING.md file Issue: 1048 --- docs/docs/contributing.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/contributing.md b/docs/docs/contributing.md index a62f52f552..eef9366d1a 100644 --- a/docs/docs/contributing.md +++ b/docs/docs/contributing.md @@ -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