Skip to content

Commit

Permalink
docs: change branch naming example
Browse files Browse the repository at this point in the history
  • Loading branch information
adiati98 committed Dec 12, 2023
1 parent 83488e1 commit 57bc935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/introduction-to-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for m
**_We actively welcome your pull requests. However, you must link your work to an existing issue._**

1. Fork the repo and create your branch from the default branch.
2. Name your branch to something descriptive of your work, i.e., `add-navbar` or `fix-style`.
2. Name your branch to something descriptive of your work, i.e., `add-navbar` or `fix/broken-links`.
3. If you've added code that should be tested, add tests.
4. If you've changed APIs, update the documentation.
5. If you make visual changes, screenshots are required.
Expand Down

0 comments on commit 57bc935

Please sign in to comment.