Thank you for your interest in contributing README Design Kit. Please follow the workflow below to ensure smooth collaboration and faster review.
-
Fork the repository - Click the Fork button to create your own copy of this repository.
-
Clone your fork
git clone https://github.com/<your-username>/<repository>.git
-
Create a new branch
git checkout -b <issue-number>-<short-description>
-
Make your changes
-
Commit your changes
git add . git commit -m "Fix: <short description>"
-
Push the branch
git push origin <branch-name>
-
Create a Pull Request (PR)
- A PR must only be created for an assigned issue
- Each PR must address only one issue
- Follow the repository structure and guidelines
- No PR should be created without an assigned issue.
- One issue → one PR.
- If you are participating in the Open Source Program, make sure to open only one issue at a time.
- Follow the repository’s existing structure and coding style.
Issues will be labeled based on difficulty. The expected timeline for completion is as follows:
Easy / Beginner (easy label)
- Issue resolution: within 3 days
- PR submission: within 3 days
- Extension allowed only for valid reasons and with maintainer approval
Medium / Intermediate (medium label)
- Issue resolution: within 7 days
- PR submission: within 10 days (7 days + 3 additional days)
Hard / Advanced (hard label)
- Issue resolution: within 10 days
- PR submission: within 15 days (10 days + 5 additional days)
If an issue or PR is abandoned more than two times, the contributor may be temporarily or permanently restricted from contributing to the project.
Abandonment includes:
- No updates for an extended period
- No response to maintainer comments
- Missed deadlines without communication
The following will be closed immediately without review:
- Spam issues or PRs
- Low-effort, copy-paste, or AI-generated PRs
- Duplicate issues without justification
- PRs without a linked and assigned issue
~ Thank you for contributing your time, skills, and creativity. Together, let's build something amazing!
Happy Contributing!!