Skip to content

Commit c45f2a7

Browse files
fix: say 'an' emoji, not specifically 'your favorite'
It's been bugging me that I've been using a lot of different emojis across repos that aren't necessarily my favorite.
1 parent b7db35d commit c45f2a7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ Please do ping the maintainer who merged your PR if that doesn't happen within 2
9393
## Emojis & Appreciation
9494

9595
If you made it all the way to the end, bravo dear user, we love you.
96-
Please include your favorite emoji in the bottom of your issues and PRs to signal to us that you did in fact read this file and are trying to conform to it as best as possible.
96+
Please include an emoji in the bottom of your issues and PRs to signal to us that you did in fact read this file and are trying to conform to it as best as possible.
9797
🎁 is a good starter if you're not sure which to use.

src/blocks/blockContributingDocs.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe("blockContributingDocs", () => {
109109
## Emojis & Appreciation
110110
111111
If you made it all the way to the end, bravo dear user, we love you.
112-
Please include your favorite emoji in the bottom of your issues and PRs to signal to us that you did in fact read this file and are trying to conform to it as best as possible.
112+
Please include an emoji in the bottom of your issues and PRs to signal to us that you did in fact read this file and are trying to conform to it as best as possible.
113113
💖 is a good starter if you're not sure which to use.
114114
",
115115
},
@@ -233,7 +233,7 @@ describe("blockContributingDocs", () => {
233233
## Emojis & Appreciation
234234
235235
If you made it all the way to the end, bravo dear user, we love you.
236-
Please include your favorite emoji in the bottom of your issues and PRs to signal to us that you did in fact read this file and are trying to conform to it as best as possible.
236+
Please include an emoji in the bottom of your issues and PRs to signal to us that you did in fact read this file and are trying to conform to it as best as possible.
237237
💖 is a good starter if you're not sure which to use.
238238
",
239239
},

src/blocks/blockContributingDocs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Please do ping the maintainer who merged your PR if that doesn't happen within 2
104104
## Emojis & Appreciation
105105
106106
If you made it all the way to the end, bravo dear user, we love you.
107-
Please include your favorite emoji in the bottom of your issues and PRs to signal to us that you did in fact read this file and are trying to conform to it as best as possible.
107+
Please include an emoji in the bottom of your issues and PRs to signal to us that you did in fact read this file and are trying to conform to it as best as possible.
108108
${options.emoji} is a good starter if you're not sure which to use.
109109
`,
110110
},

0 commit comments

Comments
 (0)