Auto merge of #14083 - Veykril:issue-templates, r=lnicola

Add more basic issue templates with auto category labeling
This commit is contained in:
bors 2023-02-03 09:54:01 +00:00
commit 10891ef090
3 changed files with 17 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a bug report for rust-analyzer.
title: ''
labels: ''
labels: 'C-bug'
assignees: ''
---

View File

@ -0,0 +1,8 @@
---
name: Feature Request
about: Create a feature request for rust-analyzer.
title: ''
labels: 'C-feature'
assignees: ''
---

8
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@ -0,0 +1,8 @@
---
name: Support Question
about: A question regarding functionality of rust-analyzer.
title: ''
labels: 'C-support'
assignees: ''
---