We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138e8f6 commit c23b6cfCopy full SHA for c23b6cf
lib/prompts.js
@@ -124,7 +124,8 @@ export default async function prompts({
124
{
125
type: "input",
126
name: "cocEmail",
127
- message: "Email for the repository's CODE_OF_CONDUCT.md file",
+ message:
128
+ "What email can folks reach out to for Code of Conduct inquiries?",
129
default: () =>
130
answers1.packageName.startsWith("@octoherd")
131
? "octoherd+coc@martynus.net"
0 commit comments