Fixing markdown lint and extraneous content in issue templates#1671
Merged
Fixing markdown lint and extraneous content in issue templates#1671
Conversation
✅ Deploy Preview for fdc3 canceled.
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR addresses markdown linting issues and removes extraneous content from GitHub issue templates. The changes improve template readability by converting instructional text to comments and fixing markdown formatting inconsistencies that were introduced during GitHub's template format updates.
- Removes duplicate frontmatter sections that were causing template parsing issues
- Converts visible instruction text to HTML comments to simplify template usage
- Adds missing blank lines to improve markdown formatting compliance
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.github/ISSUE_TEMPLATE/standard-wg-meeting.md |
Removes duplicate frontmatter and adds blank lines after headings |
.github/ISSUE_TEMPLATE/general-meeting.md |
Similar cleanup plus converts email to proper markdown link format |
.github/ISSUE_TEMPLATE/discussion-group.md |
Removes duplicate frontmatter, adds spacing, and converts email to markdown link |
.github/ISSUE_TEMPLATE/---question.md |
Removes empty line and adds proper spacing after heading |
.github/ISSUE_TEMPLATE/---minor-issue.md |
Converts instructional text to comments and improves section formatting |
.github/ISSUE_TEMPLATE/---enhancement-request.md |
Converts all instructional text to HTML comments and improves structure |
.github/ISSUE_TEMPLATE/---context_or_intent_proposal.md |
Similar comment conversion and adds proper spacing around code examples |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
bingenito
approved these changes
Sep 23, 2025
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.
Describe your change
Some issues crept into our issue templates when Github updated the template format. This PR corrects that, moves some of the instructions in our templates to comments to simplify their use and address other markdown lint.