Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: 🐛 Bug report
about: Report an issue about editing, completion, navigation, build, etc.
title: ''
labels: ['bug']
assignees: ''

---

**Describe the bug**
A clear and concise description of what the problem is.

**To Reproduce**
Steps to reproduce the behavior:
1. [step 1]
2. [step 2]
3. ...

[Please attach a sample project reproducing the error]
[Please attach logs. See https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting#enable-logging]

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment**
- Operating System:
- JDK version:
- Visual Studio Code version:
- Java extension version:

**Additional Information**
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: 🧪 Issue about running unit tests
url: https://github.com/microsoft/vscode-java-test/issues/new
about: If your problem is about running or debugging unit tests, open an issue in the Test Runner for Java extension.
- name: 🏃‍♂️ Issue about running or debugging application code
url: https://github.com/microsoft/vscode-java-debug/issues/new
about: If your problem is about running or debugging Java application code, open an issue in the Debugger for Java extension.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: 💡 Feature request
about: Suggest a new feature or improvement for editing, completion, navigation, build, etc.
title: ''
labels: ['enhancement']
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.