web/.github/CONTRIBUTING.md

16 lines
941 B
Markdown
Raw Normal View History

# How to Contribute
I want to thank you for sparing a time to improve this project! Here are some guidelines for contributing
2020-07-25 17:26:24 +03:00
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.
2020-04-14 15:52:10 +03:00
Generally, contribute to the project by:
2020-07-25 17:26:24 +03:00
1. Fork this project on GitHub and clone it locally.
2020-08-10 19:36:22 +03:00
2. Create a new branch from `master` and give it a descriptive name (e.g., `my-new-feature`, `fix-a-bug`).
2020-07-25 17:26:24 +03:00
3. After completing the development, commit and push to remote.
2020-08-10 19:36:22 +03:00
4. Submit a new pull request.
---
2020-07-25 17:26:24 +03:00
:tada: Your volunteering will make the open source world more beautiful, thanks again! :tada: