From a3aedc67072bdfc01850dec7f87195cd8bf86381 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Thu, 17 Feb 2022 15:59:39 -0500 Subject: [PATCH] Revise Issue Template etc. --- .github/ISSUE_TEMPLATE.md | 27 ----------------- .github/ISSUE_TEMPLATE/bug_report.md | 36 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 25 ++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 3 +- src/dist/license.txt => LICENSE.txt | 0 README.md | 10 ++++++- build.gradle | 12 ++++++-- 8 files changed, 86 insertions(+), 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md rename src/dist/license.txt => LICENSE.txt (100%) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 58356963ad..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,27 +0,0 @@ - -**Affects Version(s):** \ - ---- - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..cfab0e3ba9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: 'type: bug, status: waiting-for-triage' +assignees: '' + +--- + +**In what version(s) of Spring AMQP are you seeing this issue?** + +For example: + +2.4.2 + +Between 2.3.0 and 2.4.2 + +**Describe the bug** + +A clear and concise description of what the bug is. +Do not create an issue to ask a question; see below. + +**To Reproduce** + +Steps to reproduce the behavior. + +**Expected behavior** + +A clear and concise description of what you expected to happen. + +**Sample** + +A link to a GitHub repository with a [minimal, reproducible, sample](https://stackoverflow.com/help/minimal-reproducible-example). + +Reports that include a sample will take priority over reports that do not. +At times, we may require a sample, so it is good to try and include a sample up front. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..bddfd341d4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Community Support + url: https://stackoverflow.com/questions/tagged/spring-amqp + about: Please ask and answer questions on StackOverflow with the tag spring-amqp, or use the Discussions tab above diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..faa6dff469 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: 'status: waiting-for-triage, type: enhancement' +assignees: '' + +--- + +**Expected Behavior** + + + +**Current Behavior** + + + +**Context** + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f232d0d7b0..eb37328f9a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,6 @@ diff --git a/src/dist/license.txt b/LICENSE.txt similarity index 100% rename from src/dist/license.txt rename to LICENSE.txt diff --git a/README.md b/README.md index cc8d252965..8dc67cf47d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ Spring AMQP [