From e1ca246c369524a14b1c9e1998166f0d45ae27ab Mon Sep 17 00:00:00 2001 From: dblock Date: Mon, 4 Apr 2022 19:20:16 +0000 Subject: [PATCH] Updated issue templates from .github. Signed-off-by: dblock --- .github/ISSUE_TEMPLATE/RFC_TEMPLATE.md | 24 ------------------- .../{BUG_TEMPLATE.md => bug_report.md} | 15 ++++++------ .github/ISSUE_TEMPLATE/config.yml | 7 ++++++ ...REQUEST_TEMPLATE.md => feature_request.md} | 3 +-- 4 files changed, 15 insertions(+), 34 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/RFC_TEMPLATE.md rename .github/ISSUE_TEMPLATE/{BUG_TEMPLATE.md => bug_report.md} (67%) create mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/ISSUE_TEMPLATE/{FEATURE_REQUEST_TEMPLATE.md => feature_request.md} (94%) diff --git a/.github/ISSUE_TEMPLATE/RFC_TEMPLATE.md b/.github/ISSUE_TEMPLATE/RFC_TEMPLATE.md deleted file mode 100644 index 891a2c5d1..000000000 --- a/.github/ISSUE_TEMPLATE/RFC_TEMPLATE.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: 🎆 RFC -about: Request for comments -title: '[RFC]' -labels: enhancement -assignees: '' ---- -**What are your requirements? What kind of business use-case are you trying to solve?** -A clear and concise description of the business problem, e.g. _My customers are asking for [...]_ - -**What is the problem? What is preventing you from meeting the requirements?** -Describe what impact this problem has for lack of a solution. - -**What are you proposing? What do you suggest we do to solve the problem or improve the existing situation?** -Describe your proposed solution. It's OK if you don't have one. - -**What are your assumptions or prerequisites?** -Describe any assumptions you may be making that would limit the scope of this proposal. - -**What are remaining open questions?** -List questions that may need to be answered before proceeding with an implementation. - -**Any additional context?** -Add any other context. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 67% rename from .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 060c775ef..29eddb95e 100644 --- a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,20 +13,19 @@ A clear and concise description of the bug. Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' -3. Enter following curl command '...' +3. Scroll down to '....' 4. See error **What is the expected behavior?** A clear and concise description of what you expected to happen. **What is your host/environment?** - - OS: [e.g. ubuntu] - - Version [e.g. 20.10] - - Plugin version [e.g. 1.1.0] - - OpenSearch version[e.g. 1.0.0] - + - OS: [e.g. iOS] + - Version [e.g. 22] + - Plugins + **Do you have any screenshots?** - If applicable, add screenshots to help explain your problem. +If applicable, add screenshots to help explain your problem. **Do you have any additional context?** -Add any other context about the problem. \ No newline at end of file +Add any other context about the problem. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..a8199a104 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,7 @@ +contact_links: + - name: OpenSearch Community Support + url: https://discuss.opendistrocommunity.dev/ + about: Please ask and answer questions here. + - name: AWS/Amazon Security + url: https://aws.amazon.com/security/vulnerability-reporting/ + about: Please report security vulnerabilities here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/feature_request.md similarity index 94% rename from .github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/feature_request.md index 47b0046c3..6198f3383 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,10 +2,9 @@ name: 🎆 Feature request about: Request a feature in this project title: '[FEATURE]' -labels: enhancement +labels: 'enhancement, untriaged' assignees: '' --- - **Is your feature request related to a problem?** A clear and concise description of what the problem is, e.g. _I'm always frustrated when [...]_