After a new repository using this template has been created, make the following changes.
- Remove files containing content of the template.
$ rm CHANGELOG.md
- Create a temporary checklist and replace the readme with the example.
$ mv README.md CHECKLIST.md $ mv README.example.md README.md
- Go through the checklist.
- Remove the temporary checklist.
$ rm CHECKLIST.md
Go through this checklist after creating your repository. It should only take a couple of minutes.
- Is the
<title>
field correct? - Is the
<description>
field correct? - Are the
<repo-name>
fields correct? - Is the date (range) of the license correct?
- Is the
name
field correct? - Is the
description
field correct? - Is the
version
field correct?
Usenpm version 0.1.0 --git-tag-version=false
to set the version,0.1.0
in this example. - Is the
author
field correct? - Have you added
keywords
? - Are the
repository.url
,bugs
andhomepage
links correct?
- Is the
name
field correct? - Is the
version
field correct?
- Is the Renovate GitHub App enabled on this repository?
Settings can be found in the Installed GitHub Apps secion of the GitHub Organization settings or in the Applications section of the GitHub Personal settings. Add the repository to the list of selected repositories.
Options
- Is the Wikis option disabled?
- Is the Allow merge commits merge option disabled?
- Is the Allow squash merging merge option enabled?
- Is the Allow rebase merging merge option disabled?
- Is Automatically delete head branches enabled?
Branches
- Are Branch protection rules added on the
main
branch?
- Is there a
tsconfig.json
file?
See vidavidorra/commitlint-config for an example of the file.