Once you've created a new repository, please complete the following checklist:
- Complete the README (see instructions at the top of the file).
- If needed for this repository’s technology or framework, add rules or overrides (to the marked section if present) to the following configuration files:
-
.editorconfig
-
.prettierrc
(only add to theoverrides
array) -
.prettierignore
-
.gitignore
-
.vscode/*.json
-
.github/CODEOWNERS
-
- Add a linting configuration to this repository. E.g. if JavaScript-based, add ESLint. Ideally, a lint task should run automatically on every commit to avoid being human linters in pull requests (see lint-staged).
- Add the relevant package configuration file. E.g. if an npm package, add a package.json file.
- Add the relevant publishing pipeline and document it in the README (see instructions there). E.g. a GitHub Action pipeline.
- Refrain from adding community health files to the
.github
folder (see the contributing guidelines here). - Once the checklist is complete, delete this file.