Skip to content

Commit

Permalink
tell contributors they can use fix/... for a fix instead of feat/...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sellig6792 committed Jan 5, 2023
1 parent 28562a4 commit 76518cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ Don't forget to give the project a star! Thanks again!

1. Fork the Project
2. Checkout the develop branch: `git checkout develop`
3. Create your Feature Branch: `git branch feat/AmazingFeature`
4. Commit your Changes: `git commit -m 'Add some AmazingFeature'`
5. Push to the Branch: `git push origin feat/AmazingFeature`
3. Create your Branch (feature or fix): `git checkout -b [feature/fix]/[name]`
4. Commit your Changes: `git commit -m 'Add some [...]`
5. Push to the Branch: `git push origin [feature/fix]/[name]`
6. Open a Pull Request to the develop branch and explain your changes

<p align="right">(<a href="#top">back to top</a>)</p>
Expand Down

0 comments on commit 76518cf

Please sign in to comment.