https://github.com/kudashevs/open-source-checklist
An open-source contribution checklist.
https://github.com/kudashevs/open-source-checklist
Last synced: 3 months ago
JSON representation
An open-source contribution checklist.
- Host: GitHub
- URL: https://github.com/kudashevs/open-source-checklist
- Owner: kudashevs
- License: mit
- Created: 2024-04-26T14:52:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-26T21:37:21.000Z (about 1 year ago)
- Last Synced: 2025-01-21T16:38:37.611Z (4 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Open-source contribution checklist
This checklist will help you in contributing to open-source projects. The goal of the checklist is to remind about the
important steps and make you contributing process as easy and smooth as possible.- [ ] pick a project
- [ ] check the latest activity or check the issues
- [ ] read CONTRIBUTING.md if any
- [ ] fork the project
- [ ] add remote upstream
- [ ] create new branch
- [ ] add new feature (don't forget about tests)
- [ ] fetch upstream and rebase to the main branch
- [ ] push your changes to origin
- [ ] create a pull request (PR) and check that all tests/actions pass
- [ ] when the PR is accepted don't forget to delete the branch
- [ ] update the project's documentation## License
The MIT License (MIT). Please see the [License File](LICENSE.md) for more information.