From 090598e213d3e1054d7f6ed1a61363f4a4051697 Mon Sep 17 00:00:00 2001 From: "Daniel Doubrovkine (dB.)" Date: Tue, 5 Apr 2022 19:23:00 -0400 Subject: [PATCH] Updated issue templates from .github. (#177) Signed-off-by: dblock --- .github/ISSUE_TEMPLATE/{BUG_TEMPLATE.md => bug_report.md} | 0 .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ .../{FEATURE_REQUEST_TEMPLATE.md => feature_request.md} | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) rename .github/ISSUE_TEMPLATE/{BUG_TEMPLATE.md => bug_report.md} (100%) 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/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 100% rename from .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..a8199a10 --- /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 19b01d9f..6198f338 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ 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?**