Remove duplicate and unused issue templates according to updated guidelines#486
Merged
itayvallach merged 3 commits intoMar 19, 2026
Merged
Conversation
Keep bug_report.md and feature_request.md (markdown style) and the two documentation yml forms. Remove the duplicate yml forms for bug/feature, the duplicate markdown for documentation, and the submit-question template. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
danbar2
previously approved these changes
Mar 15, 2026
… duplicates - Restore original BUG_REPORT.yaml and ENHANCEMENT.yaml (removed in PR ai-dynamo#481) - Remove bug_report.md and feature_request.md - Keep config.yml, documentation_request_correction.yml, documentation_request_new.yml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: itayvallach <itay@run.ai>
danbar2
approved these changes
Mar 19, 2026
shayasoolin
approved these changes
Mar 19, 2026
Ronkahn21
approved these changes
Mar 19, 2026
enoodle
pushed a commit
to enoodle/grove
that referenced
this pull request
Mar 24, 2026
…elines (ai-dynamo#486) * Remove duplicate and unused issue templates Keep bug_report.md and feature_request.md (markdown style) and the two documentation yml forms. Remove the duplicate yml forms for bug/feature, the duplicate markdown for documentation, and the submit-question template. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * chore: restore BUG_REPORT.yaml and ENHANCEMENT.yaml, remove remaining duplicates - Restore original BUG_REPORT.yaml and ENHANCEMENT.yaml (removed in PR ai-dynamo#481) - Remove bug_report.md and feature_request.md - Keep config.yml, documentation_request_correction.yml, documentation_request_new.yml Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: itayvallach <itay@run.ai> --------- Signed-off-by: itayvallach <itay@run.ai> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Erez Freiberger <enoodle@gmail.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 type of PR is this?
/kind cleanup
What this PR does / why we need it:
The
.github/ISSUE_TEMPLATEdirectory had duplicate templates for the same purposes, confusing contributors who see multiple options for the same issue type.bug_report.md, removebug_report_form.ymlfeature_request.md, removefeature_request_form.ymldocumentation_request_correction.ymlanddocumentation_request_new.yml, removedocumentation-request.mdsubmit-question.mdWhich issue(s) this PR fixes:
Fixes #487
Special notes for your reviewer:
NONE
Does this PR introduce a API change?
Additional documentation e.g., enhancement proposals, usage docs, etc.: