1.2 KiB
How to Contribute
I want to thank you for sparing a time to improve this project! Here are some guidelines for contributing:
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
issue to discuss whether your idea fits the project.
Generally, contribute to the project by:
-
Fork this project on GitHub and clone it locally.
-
Create a new branch named
feature/my-feature
(orfeature/fix-a-bug
), which branch fromdevelop
:$ git checkout -b feature/<my-feature> develop
Please note that the new branch name must include the prefix
feature/
. -
After completing the development, commit and push to remote.
-
Submit a new pull request to the
develop
branch of upstream, i.e.,cotes2020/jekyll-theme-chirpy:develop
.
🎉 Your volunteering will make the open source world more beautiful, thanks again! 🎉