Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 10891ef

Browse files
committed
Auto merge of rust-lang#14083 - Veykril:issue-templates, r=lnicola
Add more basic issue templates with auto category labeling
2 parents 6133e27 + b97c191 commit 10891ef

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a bug report for rust-analyzer.
44
title: ''
5-
labels: ''
5+
labels: 'C-bug'
66
assignees: ''
77

88
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Feature Request
3+
about: Create a feature request for rust-analyzer.
4+
title: ''
5+
labels: 'C-feature'
6+
assignees: ''
7+
8+
---

.github/ISSUE_TEMPLATE/question.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: Support Question
3+
about: A question regarding functionality of rust-analyzer.
4+
title: ''
5+
labels: 'C-support'
6+
assignees: ''
7+
8+
---

0 commit comments

Comments
 (0)