Skip to content

Commit 05e0324

Browse files
committed
chore: new issue templates
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 84defed commit 05e0324

File tree

4 files changed

+62
-25
lines changed

4 files changed

+62
-25
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: 🐛 Bug report
3+
about: Report an issue about editing, completion, navigation, build, etc.
4+
title: ''
5+
labels: ['bug']
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the problem is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. [step 1]
16+
2. [step 2]
17+
3. ...
18+
19+
[Please attach a sample project reproducing the error]
20+
[Please attach logs. See https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting#enable-logging]
21+
22+
**Expected behavior**
23+
A clear and concise description of what you expected to happen.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Environment**
29+
- Operating System:
30+
- JDK version:
31+
- Visual Studio Code version:
32+
- Java extension version:
33+
34+
**Additional Information**

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🧪 Issue about running unit tests
4+
url: https://github.com/microsoft/vscode-java-test/issues/new
5+
about: If your problem is about running or debugging unit tests, open an issue in the Test Runner for Java extension.
6+
- name: 🏃‍♂️ Issue about running or debugging application code
7+
url: https://github.com/microsoft/vscode-java-debug/issues/new
8+
about: If your problem is about running or debugging Java application code, open an issue in the Debugger for Java extension.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: 💡 Feature request
3+
about: Suggest a new feature or improvement for editing, completion, navigation, build, etc.
4+
title: ''
5+
labels: ['enhancement']
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)