Create epic issue template for GitHub handles 8543 - #8778
Open
yielderdev wants to merge 2 commits into
Open
Conversation
|
Want to review this pull request? Take a look at this documentation for a step by step guide! From your project repository, check out a new branch and test the changes. |
Member
Author
|
I noticed #8543 's Overview mentions the template should reference the GitHub-handle spreadsheet and have the person using the epic fill it out, but that step isn't present in the linked comment I copied from. I'm happy to add an action item for it, or perhaps it's handled elsewhere, either way I figured I should flag it. |
jjam02
reviewed
Sep 8, 2026
jjam02
left a comment
Member
There was a problem hiding this comment.
Avail: 12pm-4pm PST Everyday
ETA of review 9/8 End of day
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #8543
What changes did you make?
.github/ISSUE_TEMPLATE/issue-making-populate-github-handle-for-project.mdin which the markdown from this comment was appended to the issue's indicated YAML front matter to create the GitHub epic issue template.about:field.Why did you make the changes (we will use this info to test)?
github-handlevariables to be populatedabout:field in the linked issue's YAML front matter contained an unescaped apostrophe, which broke the YAML string syntax and caused parsing to fail. As a result the template was not appearing as a selectable option when creating a new issue.CodeQL Alerts
After the PR has been submitted and the resulting GitHub actions/checks have been completed, developers should check the PR for CodeQL alert annotations.
Check the PR's comments. If present on your PR, the CodeQL alert looks similar as shown
Please let us know that you have checked for CodeQL alerts. Please do not dismiss alerts.
Instructions for resolving CodeQL alerts
If CodeQL alert/annotations appear, refer to How to Resolve CodeQL alerts.
In general, CodeQL alerts should be resolved prior to PR reviews and merging
For Reviewers
Screenshots of Proposed Changes To The Website (if any, please do not include screenshots of code changes)