diff --git a/scripts/manage-issue-header.js b/scripts/manage-issue-header.js index 02d9b9d..db4758d 100644 --- a/scripts/manage-issue-header.js +++ b/scripts/manage-issue-header.js @@ -7,9 +7,9 @@ const HELP_WANTED_LABEL = 'help wanted'; const HEADER_START_MARKER = ''; const HEADER_END_MARKER = ''; -const HELP_WANTED_HEADER = '\n\n\n\n🙂 Looking for an issue? Welcome! This issue is open for contribution. If this is the first time you’re requesting an issue, please:\n\n- **Read the Contributing guidelines** carefully. **Pay extra attention to the [Using generative AI](https://learningequality.org/contributing-to-our-open-code-base/#using-generative-ai)**. **Pull requests and comments that don’t follow the guidelines won’t be answered.**\n- **Confirm that you’ve read the guidelines** in your comment.\n\n\n\n\n\n'; +const HELP_WANTED_HEADER = '\n\n\n\n🙂 Looking for an issue? Welcome! This issue is open for contribution. If this is the first time you’re requesting an issue, please:\n\n- **Read Contributing guidelines** carefully. **Pay extra attention to [Using generative AI](https://learningequality.org/contributing-to-our-open-code-base/#using-generative-ai)**. **Pull requests and comments that don’t follow the guidelines won’t be answered.**\n- **Confirm that you’ve read the guidelines** in your comment.\n\n\n\n\n\n'; -const NON_HELP_WANTED_HEADER = '\n\n\n\n❌ **This issue is not open for contribution. Please read the Contributing guidelines** carefully to learn about the contributing process and how to find suitable issues.\n\n\n\n\n\n'; +const NON_HELP_WANTED_HEADER = '\n\n\n\n❌ **This issue is not open for contribution. Visit Contributing guidelines** to learn about the contributing process and how to find suitable issues.\n\n\n\n\n\n'; function clearHeader(issueBody) { const startIndex = issueBody.indexOf(HEADER_START_MARKER);