Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions templates/mux-compiler/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/mux-compiler/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/mux-context/ISSUE_TEMPLATE/adr_proposal.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/mux-runtime/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/mux-runtime/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/mux-website-api/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/mux-website/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/mux-website/ISSUE_TEMPLATE/documentation_fix.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/mux-website/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/tree-sitter-mux/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/tree-sitter-mux/ISSUE_TEMPLATE/grammar_sync.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading