Skip to content

Commit 80beb7c

Browse files
authored
Updated issue templates from .github. (opensearch-project#488)
Signed-off-by: dblock <dblock@dblock.org>
1 parent 0c191c0 commit 80beb7c

File tree

4 files changed

+30
-44
lines changed

4 files changed

+30
-44
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+13-17
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,31 @@
11
---
2-
name: Bug report
2+
name: 🐛 Bug report
33
about: Create a report to help us improve
4-
title: "[BUG]"
4+
title: '[BUG]'
55
labels: 'bug, untriaged'
66
assignees: ''
7-
87
---
98

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
12-
13-
**Other plugins installed**
14-
Please mention if you are using this plugin along side any other plugin. Security for example.
9+
**What is the bug?**
10+
A clear and concise description of the bug.
1511

16-
**To Reproduce**
12+
**How can one reproduce the bug?**
1713
Steps to reproduce the behavior:
1814
1. Go to '...'
1915
2. Click on '....'
2016
3. Scroll down to '....'
2117
4. See error
2218

23-
**Expected behavior**
19+
**What is the expected behavior?**
2420
A clear and concise description of what you expected to happen.
2521

26-
**Screenshots**
27-
If applicable, add screenshots to help explain your problem.
28-
29-
**Desktop (please complete the following information):**
22+
**What is your host/environment?**
3023
- OS: [e.g. iOS]
31-
- Browser [e.g. chrome, safari]
3224
- Version [e.g. 22]
25+
- Plugins
26+
27+
**Do you have any screenshots?**
28+
If applicable, add screenshots to help explain your problem.
3329

34-
**Additional context**
35-
Add any other context about the problem here.
30+
**Do you have any additional context?**
31+
Add any other context about the problem.

.github/ISSUE_TEMPLATE/config.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
contact_links:
2+
- name: OpenSearch Community Support
3+
url: https://discuss.opendistrocommunity.dev/
4+
about: Please ask and answer questions here.
5+
- name: AWS/Amazon Security
6+
url: https://aws.amazon.com/security/vulnerability-reporting/
7+
about: Please report security vulnerabilities here.
+10-12
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
---
2-
name: Feature request
3-
about: Suggest an idea for this project
4-
title: ''
5-
labels: enhancement
2+
name: 🎆 Feature request
3+
about: Request a feature in this project
4+
title: '[FEATURE]'
5+
labels: 'enhancement, untriaged'
66
assignees: ''
7-
87
---
8+
**Is your feature request related to a problem?**
9+
A clear and concise description of what the problem is, e.g. _I'm always frustrated when [...]_
910

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12-
13-
**Describe the solution you'd like**
11+
**What solution would you like?**
1412
A clear and concise description of what you want to happen.
1513

16-
**Describe alternatives you've considered**
14+
**What alternatives have you considered?**
1715
A clear and concise description of any alternative solutions or features you've considered.
1816

19-
**Additional context**
20-
Add any other context or screenshots about the feature request here.
17+
**Do you have any additional context?**
18+
Add any other context or screenshots about the feature request here.

.github/ISSUE_TEMPLATE/pull_request.md

-15
This file was deleted.

0 commit comments

Comments
 (0)