aboutsummaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-11-04 10:32:46 +0000
committerAleksey Kladov <[email protected]>2020-11-04 10:33:25 +0000
commitbdfffa372be37cc57facc2fbead920fcf3134a91 (patch)
tree7d443c92b77811b24c170d5c404f513a39e8d3b9 /.github/ISSUE_TEMPLATE
parent7c94f1cb5e86739864871dc56fcbd7a6de116315 (diff)
Create issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/blank-issue.md10
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md15
2 files changed, 25 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md
new file mode 100644
index 000000000..a08ad07cb
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/blank-issue.md
@@ -0,0 +1,10 @@
1---
2name: Blank Issue
3about: Create a blank issue.
4title: ''
5labels: ''
6assignees: ''
7
8---
9
10
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..27b74db9f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,15 @@
1---
2name: Bug report
3about: Create a bug report for rust-analyzer.
4title: ''
5labels: ''
6assignees: ''
7
8---
9
10<!--
11Troubleshooting guide: https://rust-analyzer.github.io/manual.html#troubleshooting
12Forum for questions: https://users.rust-lang.org/c/ide/14
13
14Please try to provide information which will help us to fix the issue faster. Minimal reproducible examples with few dependencies are especially lovely <3
15-->