Skip to content

Commit c23b6cf

Browse files
fix: updated email prompt (#35)
1 parent 138e8f6 commit c23b6cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/prompts.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ export default async function prompts({
124124
{
125125
type: "input",
126126
name: "cocEmail",
127-
message: "Email for the repository's CODE_OF_CONDUCT.md file",
127+
message:
128+
"What email can folks reach out to for Code of Conduct inquiries?",
128129
default: () =>
129130
answers1.packageName.startsWith("@octoherd")
130131

0 commit comments

Comments
 (0)