Skip to content

Commit fbaba56

Browse files
Copilotmaehr
andauthored
Clarify README customization checklist paths and step order (#30)
* Initial plan * docs: fix customization checklist order and config path Co-authored-by: maehr <14755525+maehr@users.noreply.github.com> * chore: remove unintended package-lock file Co-authored-by: maehr <14755525+maehr@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: maehr <14755525+maehr@users.noreply.github.com>
1 parent d86cca8 commit fbaba56

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ npm install
6363

6464
- [ ] enable [GitHub security alerts](https://github.blog/2017-11-16-introducing-security-alerts-on-github/)
6565
- [ ] [protect](https://help.github.com/en/articles/configuring-protected-branches) the main branch to enforce a [fork and pull](https://gist.github.com/Chaser324/ce0505fbed06b947d962) workflow
66-
- [ ] search and replace `FULLNAME`, `USERNAME`, `REPO_NAME`, `SHORT_DESCRIPTION` `[INSERT CONTACT METHOD]` in [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md), [package.json](package.json), [README.md](README.md), [SECURITY.md](SECURITY.md), [config.yml](.github/ISSUE_TEMPLATE/config.yml)
67-
- [ ] add favicons to `./`, e.g. via [favicon.io](https://favicon.io/)
68-
- [ ] search for `TODO` in the project (mostly documentation) and fix it
6966
- [ ] delete [README.md](README.md)
7067
- [ ] rename [README.template.md](README.template.md) to [README.md](README.md)
68+
- [ ] search and replace `FULLNAME`, `USERNAME`, `REPO_NAME`, `SHORT_DESCRIPTION` `[INSERT CONTACT METHOD]` in [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md), [package.json](package.json), [README.md](README.md), [SECURITY.md](SECURITY.md), [.github/ISSUE_TEMPLATE/config.yml](.github/ISSUE_TEMPLATE/config.yml)
69+
- [ ] add favicons to `./`, e.g. via [favicon.io](https://favicon.io/)
70+
- [ ] search for `TODO` in the project (mostly documentation) and fix it
7171
- [ ] run `npm run format` to format all files
7272
- [ ] run `npm run commit` to commit all changes
7373
- [ ] run `npm run changelog` and include the output in [CHANGELOG.md](CHANGELOG.md)

0 commit comments

Comments
 (0)