Chore: Migrate issue templates to YAML, update PR template, and add SECURITY.md#29
Merged
Merged
Conversation
dagerzuniga
approved these changes
Jul 2, 2025
Brian06
reviewed
Jul 2, 2025
alsoto25
reviewed
Jul 3, 2025
alsoto25
approved these changes
Jul 4, 2025
Brian06
approved these changes
Jul 4, 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.
Description
This PR updates the issue and pull request templates to improve clarity and consistency, and adds a
SECURITY.mdfile to enable GitHub's built-in vulnerability reporting flow. Issue templates were migrated from.mdfiles to.ymlformat to support structured forms and better guidance for contributors.Motivation & Context
The previous issue templates were freeform Markdown and lacked validation or structure. Migrating to YAML-based forms provides a better user experience when submitting issues and ensures key information is consistently collected.
Adding a
SECURITY.mdfile enables the "Report a security vulnerability" option on the Issues page and provides a clear channel for responsible disclosure.Type of Change
Related Issues
N/A
Testing
Changes are limited to documentation. Verified that:
.ymlfiles are free of syntax errors.Checklist
Additional Notes
The content of the
SECURITY.mdfile was discussed with and approved by our SecOps engineer, @dagerzuniga, to ensure alignment with internal security reporting processes.