Skip to content

Commit 2360e1c

Browse files
committed
Update contributing guidelines.
1 parent 79ac7b1 commit 2360e1c

1 file changed

Lines changed: 5 additions & 11 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@
22

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

5-
## Bug Reporting
5+
To ensure that the blog design is not confused, this project do not accept suggestions for design changes, such as colors scheme, fonts, typography, etc. If your request is about enhancement, it is recommended to first submit a `Feature Request` type issue to discuss whether your idea fits the project.
66

7-
If you found a bug, please ensure it doesn't appear in other existing [issues](https://github.com/cotes2020/jekyll-theme-chirpy/issues). After that, [create a new issues](https://github.com/cotes2020/jekyll-theme-chirpy/issues/new/choose) with template `Bug Report` and follow it's illustration to describe the situation.
7+
Generally, contribute to the project by:
88

9-
10-
## Code Optimization
11-
12-
If you are willing to improve some of the existing code, such as performance optimization, code simplification, or even correct spelling errors of variable names, please submit a new PR to help us.
13-
14-
15-
## Feature Request
16-
17-
Basically, to ensure that the blog design is not confused, we do not accept suggestions for design changes, such as colors scheme, fonts, typography, etc. As long as your request is not a design issue, it is recommended to first submit a `Feature Request` issue to discuss whether your idea fits the project. Once the discussion is complete and the request is approved, fork this project, complete the development of new features, and submit a `Pull Request`. What's more, the PR should be merged into `master` branch without conflict.
9+
1. Fork this project.
10+
2. Create a new branch `my-new-freature`(or `fix-a-bug`), then complete the development, commit and push.
11+
3. Submit a new `Pull Request`.
1812

1913

2014
---

0 commit comments

Comments
 (0)