Skip to content

Commit 7e6f2c8

Browse files
committed
fix(contributing): update project name placeholder in CONTRIBUTING.md
* Changed the project name from `chrome-extension-monorepo-template` to `<projectName>` for better clarity. * Updated the README template to reflect the new placeholder for consistency.
1 parent 67b0a91 commit 7e6f2c8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to chrome-extension-monorepo-template
1+
# Contributing to <projectName>
22

33
Thank you for your interest in contributing! 🎉
44

setup/scaffoldfy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"file": "CONTRIBUTING.md",
3030
"replacements": [
3131
{
32-
"find": "chrome-extension-monorepo-template",
33-
"replace": "{{repoName}}"
32+
"find": "<projectName>",
33+
"replace": "{{projectName}}"
3434
}
3535
]
3636
}

setup/templates/clean-readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# {{repoName}}
1+
# {{projectName}}
22

33
> A modern TypeScript monorepo managed with pnpm and TurboRepo.
44

0 commit comments

Comments
 (0)