From 178118c8fd6a05d3f80d4372bc130cf9366f5f03 Mon Sep 17 00:00:00 2001
From: Vacha Shah <vachshah@amazon.com>
Date: Fri, 3 Jun 2022 13:27:43 -0700
Subject: [PATCH] Using standardized templates from .github

Signed-off-by: Vacha Shah <vachshah@amazon.com>
---
 .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md        | 31 -------------------
 .../FEATURE_REQUEST_TEMPLATE.md               | 18 -----------
 .github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md   | 21 -------------
 .github/ISSUE_TEMPLATE/config.yml             |  7 -----
 4 files changed, 77 deletions(-)
 delete mode 100644 .github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
 delete mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md
 delete mode 100644 .github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md
 delete mode 100644 .github/ISSUE_TEMPLATE/config.yml

diff --git a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
deleted file mode 100644
index 8f2fd1a3..00000000
--- a/.github/ISSUE_TEMPLATE/BUG_TEMPLATE.md
+++ /dev/null
@@ -1,31 +0,0 @@
----
-name: 🐛 Bug report
-about: Create a report to help us improve
-title: '[BUG]'
-labels: bug, untriaged
-assignees: ''
----
-
-**What is the bug?**
-A clear and concise description of the bug.
-
-**How can one reproduce the bug?**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-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. iOS]
- - Version [e.g. 22]
- - Plugins
-
-**Do you have any screenshots?**
-If applicable, add screenshots to help explain your problem.
-
-**Do you have any additional context?**
-Add any other context about the problem.
diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md
deleted file mode 100644
index 334cac68..00000000
--- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_TEMPLATE.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-name: 🎆 Feature request
-about: Request a feature in this project
-title: '[FEATURE]'
-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 [...]_
-
-**What solution would you like?**
-A clear and concise description of what you want to happen.
-
-**What alternatives have you considered?**
-A clear and concise description of any alternative solutions or features you've considered.
-
-**Do you have any additional context?**
-Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md b/.github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md
deleted file mode 100644
index a7aa8aa4..00000000
--- a/.github/ISSUE_TEMPLATE/PROPOSAL_TEMPLATE.md
+++ /dev/null
@@ -1,21 +0,0 @@
----
-name: 💭 Proposal
-about: Suggest an idea for a specific feature you wish to propose to the community for comment
-title: '[PROPOSAL]'
-labels: proposal, untriaged
-assignees: ''
----
-## What kind of business use case are you trying to solve? What are your requirements?
-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.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
deleted file mode 100644
index a8199a10..00000000
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-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