2023-08-14 03:50:17 +03:00
|
|
|
# Contributing Guidelines
|
2020-01-09 15:24:44 +03:00
|
|
|
|
2023-10-01 01:00:36 +03:00
|
|
|
_First of all, thank you for considering contributing to this project_ ! :tada:
|
2020-01-09 15:24:44 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
There are many ways to contribute, from writing tutorials or blog posts, improving the documentation, submitting bug
|
2023-10-01 01:00:36 +03:00
|
|
|
reports and feature requests, or writing code that can be incorporated into the project. In order to make a good
|
|
|
|
experience for both contributors and maintainers, please start with the "[General Rules](#general-rules)"
|
|
|
|
before taking further action.
|
2022-01-04 01:22:49 +03:00
|
|
|
|
2023-10-01 01:00:36 +03:00
|
|
|
## Table of Contents
|
2022-01-04 01:22:49 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
- [General Rules](#general-rules)
|
2023-08-14 03:50:17 +03:00
|
|
|
- [Questions and Requests for Help](#questions-and-requests-for-help)
|
2023-10-01 01:00:36 +03:00
|
|
|
- [Reporting a Bug](#reporting-a-bug)
|
|
|
|
- [Suggesting a New Feature](#suggesting-a-new-feature)
|
|
|
|
- [Contributing Code/Documentation](#contributing-codedocumentation)
|
2023-08-17 00:24:31 +03:00
|
|
|
- [Helpful Resources](#helpful-resources)
|
2022-01-04 01:22:49 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
## General Rules
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-10-01 01:00:36 +03:00
|
|
|
All types of contributions (_pull requests_, _issues_, and _discussions_) should follow these rules:
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
- You should read through the [Wiki][wiki] to understand the project features and how to use it properly. This is to
|
|
|
|
respect the time of the project's developers and
|
2023-10-01 01:00:36 +03:00
|
|
|
maintainers and to save their energy for other problems that really need to be resolved.
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
- Use the [latest release version][latest-ver]. If your contribution involves code/documentation changes, update to the
|
|
|
|
latest version of the default (`master`) branch.
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-10-01 01:00:36 +03:00
|
|
|
- Avoid making duplicate contributions by searching for existing [issues][issues] / [discussions][discus] /
|
|
|
|
[pull requests][pr], but don't leave any unhelpful comments such as "I have the same problem". Prefer using
|
2023-08-17 00:24:31 +03:00
|
|
|
[reactions][gh-reactions] if you simply want to "+1" an existing issue.
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
- DO NOT email or tweet the
|
2023-10-01 01:00:36 +03:00
|
|
|
project developers and maintainers directly, everything about the project should be left on GitHub.
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-10-01 01:00:36 +03:00
|
|
|
**Tip**: If you are new to the open-source community, then please read through
|
|
|
|
"[How To Ask Questions The Smart Way][ext-reading]" before contributing.
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
## Questions and Requests for Help
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
We expect every reasonable question you ask to be answered appropriately. If you want a quick and timely response,
|
|
|
|
please ask questions at [Jekyll Talk][jekyll-talk] and [StackOverflow][stack-overflow], where there are tons of
|
|
|
|
enthusiastic geeks who will positively answer your challenging questions.
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
If you can't get an answer in any of the above ways, then create a new [discussion][discus]. As long as it is not a
|
|
|
|
duplicate and [RTFM][rtfm] / [STFW][stfw] issue, we will respond as soon as possible.
|
2022-01-04 01:22:49 +03:00
|
|
|
|
2023-10-01 01:00:36 +03:00
|
|
|
## Reporting a Bug
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
A great way to contribute to the project is to send a detailed issue when you encounter a problem. We always appreciate
|
|
|
|
a well-written, thorough bug report.
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
1. Please figure out why the bug occurred, or locate the module in the project that caused this bug. Otherwise, there is
|
|
|
|
a high probability that you are using/setting it incorrectly.
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
2. If the issue is caused by you modifying the project code or some configuration of Jekyll, then please DO NOT
|
|
|
|
report such "bugs".
|
|
|
|
Chirpy is an open-source project, but that doesn't mean we will maintain other specific forks (such as yours).
|
|
|
|
You can learn about Jekyll and modern Web development to solve problems caused by custom modifications.
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
3. Make good use of your browser's incognito mode to troubleshoot if the problem is caused by caching.
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-10-01 01:00:36 +03:00
|
|
|
4. As a last option, you can create a new [Bug Report][bug-report] following the template to describe the details.
|
2023-08-17 00:24:31 +03:00
|
|
|
If possible, providing a demo that reproduces the error will help us troubleshoot faster.
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-10-01 01:00:36 +03:00
|
|
|
## Suggesting a New Feature
|
2022-03-13 11:50:12 +03:00
|
|
|
|
2023-10-01 01:00:36 +03:00
|
|
|
Feature requests are welcome! While we will consider all requests, we cannot guarantee your request will be accepted.
|
|
|
|
We want to avoid chaos in the UI design and therefore do not accept requests for changes like color schemes,
|
|
|
|
fontfamilies, typography, and so on. We want to avoid [feature creep][feat-creep] and focus only on the core features.
|
2023-08-17 00:24:31 +03:00
|
|
|
If accepted, we cannot make any commitments regarding the timeline for implementation and release. However, you are
|
|
|
|
welcome to submit a pull request to help!
|
2022-03-13 11:50:12 +03:00
|
|
|
|
2023-10-01 01:00:36 +03:00
|
|
|
## Contributing Code/Documentation
|
2022-03-13 11:50:12 +03:00
|
|
|
|
2023-10-01 01:00:36 +03:00
|
|
|
If your request is about an enhancement, it is recommended to first submit a
|
|
|
|
[Feature Request][feat-request] to discuss whether your idea fits the project.
|
|
|
|
See also: "[Suggesting a New Feature](#suggesting-a-new-feature)". Other than that, you can start the PR process.
|
2022-03-13 11:50:12 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
1. Fork this project on GitHub and clone your repository locally.
|
|
|
|
2. Setting up the [development & test environments][dev-env].
|
2023-10-01 01:00:36 +03:00
|
|
|
3. Creating a new branch from the default branch and give it a descriptive name (e.g. `add-a-new-feat` or `fix-a-bug`).
|
2023-08-17 00:24:31 +03:00
|
|
|
When development is complete, create a [Conventional Commit][cc] with Git.
|
2023-10-01 01:00:36 +03:00
|
|
|
4. Submitting a [Pull Request][gh-pr].
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
## Helpful Resources
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-19 07:51:22 +03:00
|
|
|
- [Code of conduct](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CODE_OF_CONDUCT.md)
|
|
|
|
- [Security policy](https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/SECURITY.md)
|
2023-10-01 01:00:36 +03:00
|
|
|
- [How To Ask Questions The Smart Way][ext-reading]
|
2023-08-14 03:50:17 +03:00
|
|
|
|
2023-08-17 00:24:31 +03:00
|
|
|
[latest-ver]: https://github.com/cotes2020/jekyll-theme-chirpy/releases/latest
|
2023-08-14 03:50:17 +03:00
|
|
|
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki
|
2023-08-17 00:24:31 +03:00
|
|
|
[issues]: https://github.com/cotes2020/jekyll-theme-chirpy/issues?q=is%3Aissue
|
|
|
|
[pr]: https://github.com/cotes2020/jekyll-theme-chirpy/pulls
|
|
|
|
[discus]: https://github.com/cotes2020/jekyll-theme-chirpy/discussions
|
2023-08-14 03:50:17 +03:00
|
|
|
[ext-reading]: http://www.catb.org/~esr/faqs/smart-questions.html
|
2023-08-17 00:24:31 +03:00
|
|
|
[jekyll-talk]: https://talk.jekyllrb.com/
|
|
|
|
[stack-overflow]: https://stackoverflow.com/questions/tagged/jekyll
|
2023-08-14 03:50:17 +03:00
|
|
|
[rtfm]: https://en.wikipedia.org/wiki/RTFM
|
|
|
|
[stfw]: https://www.webster-dictionary.org/definition/STFW
|
|
|
|
[gh-reactions]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/
|
2023-10-01 01:00:36 +03:00
|
|
|
[bug-report]: https://github.com/cotes2020/jekyll-theme-chirpy/issues/new?assignees=&labels=&projects=&template=bug_report.yml
|
|
|
|
[feat-request]: https://github.com/cotes2020/jekyll-theme-chirpy/issues/new?assignees=&labels=enhancement&projects=&template=feature_request.yml
|
|
|
|
[feat-creep]: https://en.wikipedia.org/wiki/Feature_creep
|
2023-08-17 00:24:31 +03:00
|
|
|
[dev-env]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki/Development-&-Test-Environments
|
2023-03-01 03:23:08 +03:00
|
|
|
[cc]: https://www.conventionalcommits.org/
|
2023-08-14 03:50:17 +03:00
|
|
|
[gh-pr]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests
|