From 42c1be9c237bd5a88f40b9669cd23d15e48de419 Mon Sep 17 00:00:00 2001 From: nearlyforget Date: Sat, 21 Mar 2026 08:00:09 +0000 Subject: [PATCH] Remove local issue templates in favor of organization-level templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 32 ----- .github/ISSUE_TEMPLATE/bug_report.md | 41 ------- .../ISSUE_TEMPLATE/enhancement-proposal.md | 112 ------------------ .github/ISSUE_TEMPLATE/feature-request.yml | 40 ------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ---- 5 files changed, 245 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug-report.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/enhancement-proposal.md delete mode 100644 .github/ISSUE_TEMPLATE/feature-request.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml deleted file mode 100644 index a4ce6d995..000000000 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: 🐞 Bug Report -description: File a bug report -title: "[Bug]: " -type: "Bug" -body: - - type: markdown - attributes: - value: | - Thanks for stopping by to let us know something could be better! - - type: textarea - id: what-happened - attributes: - label: What happened? - description: Also tell us what you expected to happen and how to reproduce the issue. - placeholder: Tell us what you see! - value: "A bug happened!" - validations: - required: true - - type: textarea - id: logs - attributes: - label: Relevant log output - description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. - render: shell - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our Code of Conduct - options: - - label: I agree to follow this project's Code of Conduct - required: true diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 320592668..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: - -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - -- OS: [e.g. iOS] -- Browser [e.g. chrome, safari] -- Version [e.g. 22] - -**Smartphone (please complete the following information):** - -- Device: [e.g. iPhone6] -- OS: [e.g. iOS8.1] -- Browser [e.g. stock browser, safari] -- Version [e.g. 22] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/enhancement-proposal.md b/.github/ISSUE_TEMPLATE/enhancement-proposal.md deleted file mode 100644 index 902b63f4d..000000000 --- a/.github/ISSUE_TEMPLATE/enhancement-proposal.md +++ /dev/null @@ -1,112 +0,0 @@ ---- -name: Enhancement Proposal -about: This is a template for submitting an enhancement proposal. -title: Descriptive Title of the Enhancement -labels: '' -assignees: '' - ---- - -## Summary - - - -## Motivation - - - -### Goals - - -* -* - -### Non-Goals - - -* -* - -## Detailed Design - - - -## Risks and Mitigations - - - -## Test Plan - - - -## Graduation Criteria - - - -### Implementation History - - diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml deleted file mode 100644 index 883f4b495..000000000 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ /dev/null @@ -1,40 +0,0 @@ -name: 💡 Feature Request -description: Suggest an idea for this repository -title: "[Feat]: " -type: "Feature" -body: - - type: markdown - attributes: - value: | - Thanks for stopping by to let us know something could be better! - - type: textarea - id: problem - attributes: - label: Is your feature request related to a problem? Please describe. - description: A clear and concise description of what the problem is. - placeholder: Ex. I'm always frustrated when [...] - - type: textarea - id: describe - attributes: - label: Describe the solution you'd like - description: A clear and concise description of what you want to happen. - validations: - required: true - - type: textarea - id: alternatives - attributes: - label: Describe alternatives you've considered - description: A clear and concise description of any alternative solutions or features you've considered. - - type: textarea - id: context - attributes: - label: Additional context - description: Add any other context or screenshots about the feature request here. - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our Code of Conduct - options: - - label: I agree to follow this project's Code of Conduct - required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbcbbe7d6..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - -**Describe the solution you'd like** -A clear and concise description of what you want to happen. - -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. - -**Additional context** -Add any other context or screenshots about the feature request here.