Skip to content

Commit c8fa962

Browse files
committed
♻️ Improve guidelines for contributing
1 parent e35b73b commit c8fa962

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

CONTRIBUTING.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Please use [GitHub Issues](https://github.com/diogocavilha/fancy-git/issues) to
1313
Please follow these steps:
1414

1515
1. Give this project a star. :vulcan_salute:
16-
2. **Fork** the project.
17-
3. **Clone** the project to your own machine.
16+
2. Fork the project.
17+
3. Clone the project to your own machine.
1818
4. Create a branch. (`git checkout -b your-branch-name` or `gcb your-branch-name`).
19-
- Don't forget to change the `version.sh` file for creating the new version.
20-
- Don't forget to update the `CHANGELOG.md` file by adding some topics containing briefs of the changes you did. As you can see, there are plenty of entries there, so it's quite simple to create yours by following some example.
21-
6. **Commit** changes to the branch you've just created.
22-
7. **Push** your work back up to your fork.
23-
8. Submit a **Pull Request** and take a coffee (or even better, you could take a coffee before it).
19+
- Don't forget to change the **version.sh** file for creating the new version.
20+
- Don't forget to update the **CHANGELOG.md** file by adding some topics containing briefs of the changes you did. As you can see, there are plenty of entries there, so it's quite simple to create yours by following some example.
21+
6. Commit changes to the branch you've just created.
22+
7. Push your work back up to your fork. (`git push origin your-branch-name`).
23+
8. Submit a Pull Request and take a coffee (or even better, you could take a coffee before it).

0 commit comments

Comments
 (0)