fix broken bug report template links - #167
Open
Iceber wants to merge 1 commit into
Open
Conversation
|
Unsigned commits detected! Please sign your commits. For instructions on how to set up GPG/SSH signing and verify your commits, please see GitHub Documentation. |
There was a problem hiding this comment.
Pull request overview
This PR updates SECURITY documentation to point to the correct GitHub bug report issue template, fixing broken links for reporters who are asked to follow the standard bug report details.
Changes:
- Update the bug report template link in
SECURITY.mdfrombug.ymltobug_report.yml - Apply the same link fix to the repository template copy of
SECURITY.md
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
SECURITY.md |
Fixes the referenced bug report issue template link to an existing file (.github/ISSUE_TEMPLATE/bug_report.yml). |
templates/repo-template/SECURITY.md |
Mirrors the same link fix in the repo template so newly generated repos don’t inherit the broken link. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Iceber
force-pushed
the
fix_links
branch
2 times, most recently
from
May 21, 2026 02:17
c221576 to
8a9b2a9
Compare
Signed-off-by: Iceber Gu <caiwei95@hotmail.com>
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.
What does this PR do?
Why is this change needed?
How was this tested?
Checklist
git commit -s) per DCOmake test)make lint)Related Issues