Skip to content

Commit 5f58fb2

Browse files
fix: remove post-emoji '.' from PR template
1 parent 5948123 commit 5f58fb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 🎁.
1+
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 🎁
22
Please fill out all fields below and make sure each item is true and [x] checked.
33
Otherwise we may not be able to review your PR. -->
44

src/blocks/blockGitHubPRTemplate.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const blockGitHubPRTemplate = base.createBlock({
88
return {
99
files: {
1010
".github": {
11-
"PULL_REQUEST_TEMPLATE.md": `<!-- 👋 Hi, thanks for sending a PR to ${options.repository}! ${options.emoji}.
11+
"PULL_REQUEST_TEMPLATE.md": `<!-- 👋 Hi, thanks for sending a PR to ${options.repository}! ${options.emoji}
1212
Please fill out all fields below and make sure each item is true and [x] checked.
1313
Otherwise we may not be able to review your PR. -->
1414

0 commit comments

Comments
 (0)