Skip to content

Commit

Permalink
update CONTRIBUTING Guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendonButler committed Aug 18, 2023
1 parent 3783f67 commit b8be5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Scan through the [existing issues](https://github.com/BrendonButler/Shops/issues
- Using the command line:
- [Fork the repo](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo#fork-an-example-repository) so that you can make your changes without affecting the original project until you're ready to merge them.

3. Create a working branch and start with your changes!
2. Create a working branch and start with your changes!
- Create a branch with the appropriate prefix for the issue type:
- `feature/GH-{ISSUE_NUM}` - use the "feature/GH-##" prefix to create the new feature branch
- `fix/GH-{ISSUE_NUM}` - use the "fix/GH-##" prefix to create a fix branch for bugs and other issues
Expand Down

0 comments on commit b8be5cf

Please sign in to comment.