From 4fb352ce7999c1de9595744efb0f8ff51819fa7e Mon Sep 17 00:00:00 2001 From: dblock Date: Mon, 4 Apr 2022 19:20:17 +0000 Subject: [PATCH] Updated issue templates from .github. Signed-off-by: dblock --- .../ISSUE_TEMPLATE/{BUG_TEMPLATE.md => bug_report.md} | 0 .github/ISSUE_TEMPLATE/config.yml | 7 +++++++ ...FEATURE_REQUEST_TEMPLATE.md => feature_request.md} | 2 +- .github/ISSUE_TEMPLATE/pull_request.md | 11 +++++++++++ 4 files changed, 19 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%) create mode 100644 .github/ISSUE_TEMPLATE/pull_request.md 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?** diff --git a/.github/ISSUE_TEMPLATE/pull_request.md b/.github/ISSUE_TEMPLATE/pull_request.md new file mode 100644 index 00000000..5c7e835f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pull_request.md @@ -0,0 +1,11 @@ +### Description +[Describe what this change achieves] + +### Issues Resolved +[List any issues this PR will resolve] + +### Check List +- [ ] Commits are signed per the DCO using --signoff + +By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. +For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).