summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-05-03 01:31:34 -0400
committerDax Raad <[email protected]>2026-05-03 01:54:32 -0400
commit252e2f98e68f448c4a5ec86073e216052a89997e (patch)
tree330638263577879e41d6bc4802347963e23652a8 /.github
parente2afdc1202d95cece585fbab599672f747625b71 (diff)
downloadopencode-252e2f98e68f448c4a5ec86073e216052a89997e.tar.gz
opencode-252e2f98e68f448c4a5ec86073e216052a89997e.zip
ci: remove automatic labels from GitHub issue templates to allow manual triage
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug-report.yml1
-rw-r--r--.github/ISSUE_TEMPLATE/feature-request.yml1
-rw-r--r--.github/ISSUE_TEMPLATE/question.yml1
3 files changed, 0 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml
index fe1ec8409..96234eb25 100644
--- a/.github/ISSUE_TEMPLATE/bug-report.yml
+++ b/.github/ISSUE_TEMPLATE/bug-report.yml
@@ -1,6 +1,5 @@
name: Bug report
description: Report an issue that should be fixed
-labels: ["bug"]
body:
- type: textarea
id: description
diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml
index 92e6c4757..42f1d3c51 100644
--- a/.github/ISSUE_TEMPLATE/feature-request.yml
+++ b/.github/ISSUE_TEMPLATE/feature-request.yml
@@ -1,6 +1,5 @@
name: 🚀 Feature Request
description: Suggest an idea, feature, or enhancement
-labels: [discussion]
title: "[FEATURE]:"
body:
diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml
index 2310bfcc8..8930ba693 100644
--- a/.github/ISSUE_TEMPLATE/question.yml
+++ b/.github/ISSUE_TEMPLATE/question.yml
@@ -1,6 +1,5 @@
name: Question
description: Ask a question
-labels: ["question"]
body:
- type: textarea
id: question