# repo-template
A template for creating new repositories.
## Table of contents
- [Badges](#badges)
- [Setup](#setup)
- [Checklist](#checklist)
- [License](#license)
## Badges
| Badge | Description | Service |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------- | -------------------- |
| | Code style | Prettier |
|
| Commit style | Conventional Commits |
|
| Lint commit messages | GitHub Actions |
|
| Lint | GitHub Actions |
## Setup
After a new repository using this template has been created, make the .
1. Create a temporary checklist and replace the readme with the example.
```shell
$ mv README.md CHECKLIST.md
$ mv README.example.md README.md
```
2. Go through the [checklist](#checklist).
3. Remove the temporary checklist.
```shell
$ rm CHECKLIST.md
```
## Checklist
Go through this checklist after creating your repository. It should only take a couple of minutes.
### README.md
- [ ] Is the `
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see