diff --git a/templates/mux-compiler/ISSUE_TEMPLATE/bug_report.yml b/templates/mux-compiler/ISSUE_TEMPLATE/bug_report.yml index c574982..bce2069 100644 --- a/templates/mux-compiler/ISSUE_TEMPLATE/bug_report.yml +++ b/templates/mux-compiler/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Bug report description: Report incorrect compiler behavior or a crash labels: ["needs triage"] +type: Bug assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/mux-compiler/ISSUE_TEMPLATE/documentation_fix.yml b/templates/mux-compiler/ISSUE_TEMPLATE/documentation_fix.yml index aedf60a..e1b8322 100644 --- a/templates/mux-compiler/ISSUE_TEMPLATE/documentation_fix.yml +++ b/templates/mux-compiler/ISSUE_TEMPLATE/documentation_fix.yml @@ -1,6 +1,7 @@ name: Documentation fix description: Report incorrect or missing compiler documentation labels: ["documentation", "needs triage"] +type: Documentation assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/mux-compiler/ISSUE_TEMPLATE/feature_request.yml b/templates/mux-compiler/ISSUE_TEMPLATE/feature_request.yml index 745c5a1..4ebfed1 100644 --- a/templates/mux-compiler/ISSUE_TEMPLATE/feature_request.yml +++ b/templates/mux-compiler/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,7 @@ name: Feature request description: Suggest a new language or compiler capability labels: ["needs triage"] +type: Enhancement assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/mux-context/ISSUE_TEMPLATE/adr_proposal.yml b/templates/mux-context/ISSUE_TEMPLATE/adr_proposal.yml index 15b17d0..aa8b360 100644 --- a/templates/mux-context/ISSUE_TEMPLATE/adr_proposal.yml +++ b/templates/mux-context/ISSUE_TEMPLATE/adr_proposal.yml @@ -1,6 +1,7 @@ name: ADR or design proposal description: Propose an architecture decision or cross-repo design change labels: ["needs triage", "adr"] +type: Decision assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/mux-context/ISSUE_TEMPLATE/cross_repo_question.yml b/templates/mux-context/ISSUE_TEMPLATE/cross_repo_question.yml index a7d932e..de954e0 100644 --- a/templates/mux-context/ISSUE_TEMPLATE/cross_repo_question.yml +++ b/templates/mux-context/ISSUE_TEMPLATE/cross_repo_question.yml @@ -1,6 +1,7 @@ name: Cross-repo question description: Unsure which repo, or the work spans multiple repos labels: ["needs triage"] +type: Decision assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/mux-runtime/ISSUE_TEMPLATE/bug_report.yml b/templates/mux-runtime/ISSUE_TEMPLATE/bug_report.yml index 761ab82..d64c172 100644 --- a/templates/mux-runtime/ISSUE_TEMPLATE/bug_report.yml +++ b/templates/mux-runtime/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Bug report description: Report a runtime crash, incorrect stdlib behavior, or FFI issue labels: ["needs triage"] +type: Bug assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/mux-runtime/ISSUE_TEMPLATE/feature_request.yml b/templates/mux-runtime/ISSUE_TEMPLATE/feature_request.yml index ad0b035..6a06cbc 100644 --- a/templates/mux-runtime/ISSUE_TEMPLATE/feature_request.yml +++ b/templates/mux-runtime/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,7 @@ name: Feature request description: Suggest a stdlib or runtime API addition labels: ["needs triage"] +type: Enhancement assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/mux-syntax-highlighting/ISSUE_TEMPLATE/bug_report.yml b/templates/mux-syntax-highlighting/ISSUE_TEMPLATE/bug_report.yml index a35b047..177f41e 100644 --- a/templates/mux-syntax-highlighting/ISSUE_TEMPLATE/bug_report.yml +++ b/templates/mux-syntax-highlighting/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Bug report description: Report incorrect syntax highlighting or editor config labels: ["needs triage"] +type: Bug assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/mux-syntax-highlighting/ISSUE_TEMPLATE/syntax_spec_change.yml b/templates/mux-syntax-highlighting/ISSUE_TEMPLATE/syntax_spec_change.yml index c60a990..2612ff0 100644 --- a/templates/mux-syntax-highlighting/ISSUE_TEMPLATE/syntax_spec_change.yml +++ b/templates/mux-syntax-highlighting/ISSUE_TEMPLATE/syntax_spec_change.yml @@ -1,6 +1,7 @@ name: Syntax spec change description: Propose a change to syntax-matrix.json (canonical spec) labels: ["needs triage"] +type: Enhancement assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/mux-website-api/ISSUE_TEMPLATE/bug_report.yml b/templates/mux-website-api/ISSUE_TEMPLATE/bug_report.yml index 1041c31..01d1145 100644 --- a/templates/mux-website-api/ISSUE_TEMPLATE/bug_report.yml +++ b/templates/mux-website-api/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Bug report description: Report incorrect compile/run behavior from the playground API labels: ["needs triage"] +type: Bug assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/mux-website/ISSUE_TEMPLATE/bug_report.yml b/templates/mux-website/ISSUE_TEMPLATE/bug_report.yml index 6cb4456..9eea3d8 100644 --- a/templates/mux-website/ISSUE_TEMPLATE/bug_report.yml +++ b/templates/mux-website/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Bug report description: Report a bug on mux-lang.dev or the playground labels: ["needs triage"] +type: Bug assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/mux-website/ISSUE_TEMPLATE/documentation_fix.yml b/templates/mux-website/ISSUE_TEMPLATE/documentation_fix.yml index 3abc19f..965dd01 100644 --- a/templates/mux-website/ISSUE_TEMPLATE/documentation_fix.yml +++ b/templates/mux-website/ISSUE_TEMPLATE/documentation_fix.yml @@ -1,6 +1,7 @@ name: Documentation fix description: Report incorrect or missing content on mux-lang.dev labels: ["documentation", "needs triage"] +type: Documentation assignees: ["DerekCorniello"] body: - type: input diff --git a/templates/mux-website/ISSUE_TEMPLATE/feature_request.yml b/templates/mux-website/ISSUE_TEMPLATE/feature_request.yml index ca2641e..ccaa90a 100644 --- a/templates/mux-website/ISSUE_TEMPLATE/feature_request.yml +++ b/templates/mux-website/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,7 @@ name: Feature request description: Suggest a docs site or playground improvement labels: ["needs triage"] +type: Enhancement assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/tree-sitter-mux/ISSUE_TEMPLATE/bug_report.yml b/templates/tree-sitter-mux/ISSUE_TEMPLATE/bug_report.yml index bea6d21..2edb6e6 100644 --- a/templates/tree-sitter-mux/ISSUE_TEMPLATE/bug_report.yml +++ b/templates/tree-sitter-mux/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,7 @@ name: Bug report description: Report a parse error, crash, or incorrect highlight query labels: ["needs triage"] +type: Bug assignees: ["DerekCorniello"] body: - type: textarea diff --git a/templates/tree-sitter-mux/ISSUE_TEMPLATE/grammar_sync.yml b/templates/tree-sitter-mux/ISSUE_TEMPLATE/grammar_sync.yml index a8490a8..5a986ea 100644 --- a/templates/tree-sitter-mux/ISSUE_TEMPLATE/grammar_sync.yml +++ b/templates/tree-sitter-mux/ISSUE_TEMPLATE/grammar_sync.yml @@ -1,6 +1,7 @@ name: Grammar sync description: Track syncing the vendored syntax-matrix.json from mux-syntax-highlighting labels: ["needs triage", "syntax-matrix"] +type: Chore assignees: ["DerekCorniello"] body: - type: textarea