chore(github): add issue templates and update PR template#2441
chore(github): add issue templates and update PR template#2441SatoryKono merged 2 commits intomainfrom
Conversation
Add pull request template with summary, type, layer checkboxes, test plan, and architecture compliance checklist. Add issue templates for bug reports (with layer/provider dropdowns) and feature requests (with scope selection). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3e0c46c482
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| @@ -0,0 +1,68 @@ | |||
| name: Bug Report | |||
There was a problem hiding this comment.
Remove legacy markdown issue template to avoid duplicate forms
Adding this issue form while keeping .github/ISSUE_TEMPLATE/bug_report.md (and similarly feature_request.md) creates duplicate entries in GitHub’s template chooser with the same names, so reporters can still select the old Markdown templates and skip the required structured fields/dropdowns introduced here. This undermines the purpose of the new form-based triage data and is likely to degrade issue quality until the legacy templates are removed or disabled via template config.
Useful? React with 👍 / 👎.
Adds YAML issue templates and updates PR template checklist. Includes path-case fix for case-insensitive filesystems.