From aed7355291290eb6731a5569cdde8e13232f1a9b Mon Sep 17 00:00:00 2001 From: Houssem Nasri Date: Sun, 26 Feb 2023 17:16:22 +0100 Subject: [PATCH 1/4] Add bug-report.md --- .github/ISSUE_TEMPLATE/bug-report.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 000000000..421fff8d2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,13 @@ +--- +name: "🐞 Bug Report" +about: Report a reproducible bug or regression. +labels: 'bug' +--- + + \ No newline at end of file From a4b5dab8d94faf476459ef72030cfad17689e2ce Mon Sep 17 00:00:00 2001 From: Houssem Nasri Date: Sun, 26 Feb 2023 17:21:52 +0100 Subject: [PATCH 2/4] Add enhancement.md --- .github/ISSUE_TEMPLATE/bug-report.md | 3 +-- .github/ISSUE_TEMPLATE/enhancement.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 421fff8d2..b3a2fd382 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -4,8 +4,7 @@ about: Report a reproducible bug or regression. labels: 'bug' --- - \ No newline at end of file From 4fdbd9c5f641f3ed64bbefffc2c3ac37cddd8fed Mon Sep 17 00:00:00 2001 From: Houssem Nasri Date: Sun, 26 Feb 2023 17:28:36 +0100 Subject: [PATCH 3/4] Add ask-question.md --- .github/ISSUE_TEMPLATE/ask-question.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/ask-question.md diff --git a/.github/ISSUE_TEMPLATE/ask-question.md b/.github/ISSUE_TEMPLATE/ask-question.md new file mode 100644 index 000000000..426d9d925 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ask-question.md @@ -0,0 +1,9 @@ +--- +name: "❓ Ask Question" +about: Ask a question. +labels: 'question' +--- + + \ No newline at end of file From 1dc756e51cae39abc5a00e0754a4934dc2c09caf Mon Sep 17 00:00:00 2001 From: Houssem Nasri Date: Sun, 26 Feb 2023 17:34:19 +0100 Subject: [PATCH 4/4] Add PSss --- .github/ISSUE_TEMPLATE/ask-question.md | 4 +++- .github/ISSUE_TEMPLATE/bug-report.md | 3 +++ .github/ISSUE_TEMPLATE/enhancement.md | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/ask-question.md b/.github/ISSUE_TEMPLATE/ask-question.md index 426d9d925..9aae94ade 100644 --- a/.github/ISSUE_TEMPLATE/ask-question.md +++ b/.github/ISSUE_TEMPLATE/ask-question.md @@ -5,5 +5,7 @@ labels: 'question' --- \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index b3a2fd382..12e93655f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -9,4 +9,7 @@ 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 --> \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md index e52596054..766b4fd5d 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.md +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -7,4 +7,6 @@ labels: 'enhancement' \ No newline at end of file