Skip to content

Commit ae2f0f0

Browse files
authored
Updated issue templates from .github. (opensearch-project#226)
Signed-off-by: dblock <dblock@dblock.org>
1 parent 39086ba commit ae2f0f0

File tree

3 files changed

+27
-25
lines changed

3 files changed

+27
-25
lines changed

.github/ISSUE_TEMPLATE/bug_template.md .github/ISSUE_TEMPLATE/bug_report.md

+11-15
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,26 @@ labels: 'bug, untriaged'
66
assignees: ''
77
---
88

9-
**Describe the bug**
10-
A clear and concise description of what the bug is.
9+
**What is the bug?**
10+
A clear and concise description of the bug.
1111

12-
**To Reproduce**
12+
**How can one reproduce the bug?**
1313
Steps to reproduce the behavior:
14-
1514
1. Go to '...'
1615
2. Click on '....'
1716
3. Scroll down to '....'
1817
4. See error
1918

20-
**Expected behavior**
19+
**What is the expected behavior?**
2120
A clear and concise description of what you expected to happen.
2221

23-
**Plugins**
24-
Please list all plugins currently enabled.
22+
**What is your host/environment?**
23+
- OS: [e.g. iOS]
24+
- Version [e.g. 22]
25+
- Plugins
2526

26-
**Screenshots**
27+
**Do you have any screenshots?**
2728
If applicable, add screenshots to help explain your problem.
2829

29-
**Host/Environment (please complete the following information):**
30-
31-
- OS: [e.g. iOS]
32-
- Version [e.g. 22]
33-
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.
+9-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
---
22
name: 🎆 Feature request
3-
about: Suggest an idea for this project
4-
title: ''
5-
labels: enhancement
3+
about: Request a feature in this project
4+
title: '[FEATURE]'
5+
labels: 'enhancement, untriaged'
66
assignees: ''
77
---
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 [...]_
810

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

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

18-
**Additional context**
19-
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.

0 commit comments

Comments
 (0)