Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add issue templates for bugs, enhancements and questions #420

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/ask-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: "❓ Ask Question"
about: Ask a question.
labels: 'question'
---

<!--
Please provide as many details as possible, so we can provide the best answer

PS: Please verify that the question wasn't already answered in another GitHub issue
-->
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: "🐞 Bug Report"
about: Report a reproducible bug or regression.
labels: 'bug'
---

<!--
Please provide details of the problem, including the version of PL/Java that you
are using. If possible, please provide a test case or sample application that reproduces
the problem. This makes it much easier for us to diagnose the problem and to verify that
we have fixed it.

PS: Please verify that the bug is present in the latest release version, or if it was already reported
in another GitHub issue
-->
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: "🎁 Enhancement"
about: Suggest an enhancement.
labels: 'enhancement'
---

<!--
Please start by describing the problem that you are trying to solve. There may already
be a solution, or there may be a way to solve it that you hadn't considered.

PS: Please verify that the enhancement/feature wasn't already suggested in another GitHub issue
-->