Skip to content

Commit 6592dea

Browse files
committed
Updated the contribution guide.
1 parent 3419cef commit 6592dea

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

.github/CONTRIBUTING.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,21 @@
22

33
I want to thank you for sparing a time to improve this project! Here are some guidelines for contributing:
44

5-
To ensure that the blog design is not confused, this project does not accept suggestions for design changes, such as color scheme, fonts, typography, etc. If your request is about an enhancement, it is recommended to first submit a `Feature Request` type issue to discuss whether your idea fits the project.
5+
To ensure that the blog design is not confused, this project does not accept suggestions for design changes, such as color scheme, fonts, typography, etc. If your request is about an enhancement, it is recommended to first submit a [`Feature Request`](https://github.com/cotes2020/jekyll-theme-chirpy/issues/new?labels=enhancement&template=feature_request.md) issue to discuss whether your idea fits the project.
66

77
Generally, contribute to the project by:
88

9-
1. Fork this project.
10-
2. Create a new branch `my-new-feature`(or `fix-a-bug`), then complete the development, commit and push.
11-
3. Submit a new `Pull Request`.
9+
1. Fork this project on GitHub and clone it locally.
10+
2. Create a new branch named `feature/my-feature` (or `feature/fix-a-bug`), which branch from `develop`:
1211

12+
```console
13+
$ git checkout -b feature/<my-feature> develop
14+
```
15+
> Please note that the new branch name must include the prefix `feature/`.
16+
17+
3. After completing the development, commit and push to remote.
18+
4. Submit a new **pull request** to the `develop` branch of upstream, i.e., `cotes2020/jekyll-theme-chirpy:develop`.
1319

1420
---
1521

16-
:tada:Your volunteering will make the open source world more beautiful, thanks again!:tada:
22+
:tada: Your volunteering will make the open source world more beautiful, thanks again! :tada:

0 commit comments

Comments
 (0)