Lightweight utility helps to setup up repo community standards
- Pull Request Template: Create pull request template for features and bugs
- Issue Template: Create issue template for feature requests and bug reports
- Contributing Guide: Create contributing guidelines for a project
Run the command in the root directory of the project
npx repo-checklist
It will launch a interactive UI that guides you through adding Repo Community Standard by simply typing yes
to add in your project and no
to skip it.
Generated files on the following paths
- Pull Request Template:
<your_project_roor>/.github/PULL_REQUEST_TEMPLATE.md
- Contributing Guide:
<your_project_roor>/CONTRIBUTING.md
- Issue Template
- Feature:
<your_project_roor>/.github/ISSUE_TEMPLATE/FEATURE.yml
- Fix:
<your_project_roor>/.github/ISSUE_TEMPLATE/FIX.yml
- Feature:
Following are the future items that we will add
- Issue Template Webform Support
- Code Owners Support
Any contributions are welcome!
Guidelines outlines the guidelines for contributing to this project.
Don't forget to hit the ⭐, If you like this repository.
Distributed under the MIT License. See LICENSE
for more information.