diff options
author | Aleksey Kladov <[email protected]> | 2020-11-04 10:32:46 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-11-04 10:33:25 +0000 |
commit | bdfffa372be37cc57facc2fbead920fcf3134a91 (patch) | |
tree | 7d443c92b77811b24c170d5c404f513a39e8d3b9 | |
parent | 7c94f1cb5e86739864871dc56fcbd7a6de116315 (diff) |
Create issue templates
-rw-r--r-- | .github/ISSUE_TEMPLATE/blank-issue.md | 10 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 15 |
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 | --- | ||
2 | name: Blank Issue | ||
3 | about: Create a blank issue. | ||
4 | title: '' | ||
5 | labels: '' | ||
6 | assignees: '' | ||
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 | --- | ||
2 | name: Bug report | ||
3 | about: Create a bug report for rust-analyzer. | ||
4 | title: '' | ||
5 | labels: '' | ||
6 | assignees: '' | ||
7 | |||
8 | --- | ||
9 | |||
10 | <!-- | ||
11 | Troubleshooting guide: https://rust-analyzer.github.io/manual.html#troubleshooting | ||
12 | Forum for questions: https://users.rust-lang.org/c/ide/14 | ||
13 | |||
14 | Please try to provide information which will help us to fix the issue faster. Minimal reproducible examples with few dependencies are especially lovely <3 | ||
15 | --> | ||