- This template can be used as a base layer for any of your future repositories/projects.
- Make your project easy to maintain with 7 issue templates.
- Make your community healthier with all the guides like code of conduct, contributing, support, security...
- Learn more with the official Github guide on creating repositories from a template.
- To start using it; "click use this template", create your new repository,
clone your new repository and execute the
SETUP_TEMPLATE.sh
shell script to personalize the markdowns with your private details. Check how to execute it here. - All the markdown follows MarkdownLint rules.
-
To create a new repository from this template generate your new repository from this template for more information or guidance, follow the Github guide.
-
Clone your repo and
cd
into it. -
Execute the
SETUP_TEMPLATE.sh
shell script to customize the files with your data.bash SETUP_TEMPLATE.sh # execute the setup script.
Or you can also do it like this:
chmod u+x SETUP_TEMPLATE.sh && ./SETUP_TEMPLATE-sh # another way of executing it
Additionally, watch this video to see how to execute the script.
-
Review every single file and customize it as you like.
-
Build your project. π
- A
SETUP_TEMPLATE.sh
script that MUST be executed right when you clone your repository. The script will replace Jose's username and email (the author) with yours. It will remove all the content from the CHANGELOG.md and write the basic structure for you to write your own. The script will also remove all the content from the READMiframea sponsor button (should be manually modified). Learn more with the Github guide- An issue_label_bot.yaml file to use the popular Github bot. Activate it or check its documentation.
- A CONTRIBUTING explaining how to contribute to the project. Learn more with the Github guide.
- A SUPPORT explaining how to support the project. Learn more with the Github guide.
- A SECURITY with a guide on how to post a security issue. Learn more with the Github guide.
- A CODE_OF_CONDUCT with a basic code of conduct. Learn more with the Github guide.
- A PULL_REQUEST_TEMPLATE with a template for your pull request that closes issues with keywords. Learn more with the Github guide.
- Multiple issues templates. Learn more with the Github guide.
- A config.yml with the config and information about the issue templates.
- A Blank issue template with the super basic stuff, all the issues should contain.
- A Bug issue template.
- A Failing test issue template.
- A Documentation issue template.
- A Feature request issue template.
- A Security report issue template.
- A Question or support issue template.
.
βββ CHANGELOG.md
βββ SETUP_TEMPLATE.sh (will get removed)
βββ .github
βΒ Β βββ CODE_OF_CONDUCT.md
βΒ Β βββ CONTRIBUTING.md
βΒ Β βββ FUNDING.yml
βΒ Β βββ issue_label_bot.yaml
βΒ Β βββ ISSUE_TEMPLATE
βΒ Β βΒ Β βββ 1-bug-report.md
βΒ Β βΒ Β βββ 2-failing-test.md
βΒ Β βΒ Β βββ 3-docs-bug.md
βΒ Β βΒ Β βββ 4-feature-request.md
βΒ Β βΒ Β βββ 5-security-report.md
βΒ Β βΒ Β βββ 6-question-support.md
βΒ Β βΒ Β βββ config.yml
βΒ Β βββ ISSUE_TEMPLATE.md
βΒ Β βββ pull_request_template.md
βΒ Β βββ SECURITY.md
βΒ Β βββ SUPPORT.md
βββ .gitignore
βββ LICENSE (will get removed)
βββ README.md
2 directories, 20 files
-
After generating your new repo with this template, make sure to, right after you clone it, run the script
SETUP_TEMPLATE.sh
. -
Then you will be presented with all the files modified with your project details and information. It is very important to manually review every file to check if it fits your requirements and perform any necessary changes to customize the project as you want.
-
If you are using Windows and you don't know how to execute the
SETUP_TEMPLATE.sh
script:- Install git for Windows.
- Right-click on the git repository folder and click "git bash here".
- Then just perform
bash SETUP_TEMPLATE.sh
orchmod u+x SETUP_TEMPLATE.sh && ./SETUP_TEMPLATE.sh
.
A couple of screenshots to delight you before you use this template.
- All the issue templates.
- An issue template opened.
- Security policy
- Community profile at 100%
For the right maintenance of the CHANGELOG.md, we recommend this VSCode extension and the read and understanding of the keep a changelog guide.
Enjoy! π
β οΈ Remember that this template should be reviewed and modified to fit your requirements. The script SETUP_TEMPLATE.sh should be executed right when you clone your new repository. There will be files that will need manual revisionβ οΈ
Made with a lot of β€οΈβ€οΈ by @Josee9988