docs: add issue templates and security policy - #348
Merged
Merged
Conversation
Adds the new-issue chooser used by NVIDIA/cosmos-framework: Bug Report, Feature Request, Blank issue, and Report a security vulnerability. - .github/ISSUE_TEMPLATE/bug_report.md mirrors cosmos-framework's, with Model and Integration rows added to the System Information table and no default assignees, so reports go through normal triage. - .github/ISSUE_TEMPLATE/feature_request.md follows cosmos-framework#245, with Affected Area scoped to this repo (cookbooks, evaluation, inference integrations, models, finetune/distill, docs). - SECURITY.md carries the NVIDIA PSIRT reporting instructions verbatim from cosmos-framework; its presence is what adds the "Report a security vulnerability" entry to the chooser. No config.yml, matching cosmos-framework, so "Blank issue" stays available. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Jevbxa4xm2FyEjTPVENhuF
rickzw
marked this pull request as ready for review
September 9, 2026 22:57
yaoxu-crypto
approved these changes
Sep 9, 2026
qmiao-hub
approved these changes
Sep 10, 2026
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.
Brings the new-issue chooser in this repo in line with NVIDIA/cosmos-framework: Bug Report, Feature Request, Blank issue, and Report a security vulnerability.
Today this repo has no
.github/ISSUE_TEMPLATE/and no security policy, so every new issue starts blank.What's added
.github/ISSUE_TEMPLATE/bug_report.mdmain[BUG]title prefix,buglabel. Added Model and Integration rows to the System Information table; no default assignees, so reports go through normal triage..github/ISSUE_TEMPLATE/feature_request.md[FEAT]title prefix,enhancementlabel. Affected Area scoped to this repo: cookbooks, evaluation, inference integrations, models, finetune/distill, docs.SECURITY.mdSECURITY.mdBoth
bugandenhancementlabels already exist in this repo.