Skip to content

Commit

Permalink
added docs prefix to branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Jul 12, 2024
1 parent 8afaed3 commit 2e34b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ To start developing on this package, please follow the quick start guide below.
```
4. Create a new branch (based on the `main` branch):
```sh
git checkout -b <fix/enh>/<issue_number>-<description>
git checkout -b <fix/enh/docs>/<issue_number>-<description>
```
5. Update the code to include your fix or Enchantment
6. Add or update any tests that relate to your changes.
Expand Down

0 comments on commit 2e34b55

Please sign in to comment.