Skip to content

Commit e555f81

Browse files
chore: update GitHub issue templates (#161)
Signed-off-by: Joel Wong <[email protected]>
1 parent 2f7608a commit e555f81

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
Thank you for taking the time to fill out this bug report!
1010
1111
⚠️ If the bug that you are reporting is a security-related issue or security vulnerability,
12-
then please do not create a report via this template. Instead please
12+
then please do not create a report via this template. Instead please
1313
notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/)
1414
or directly via email to [AWS Security]([email protected]).
1515
@@ -54,9 +54,9 @@ body:
5454
description: Please provide information on the environment and software versions that you are using to reproduce the bug.
5555
value: |
5656
At minimum:
57-
1. Operating system: (e.g. Windows Server 2022; Amazon Linux 2023; etc.)
58-
2. Output of `python3 --version`:
59-
3. Version of this library.
57+
1. Operating system (e.g. Windows Server 2022; Amazon Linux 2023; etc.)
58+
2. Output of `python3 --version`
59+
3. Version of this library
6060
6161
Please share other details about your environment that you think might be relevant to reproducing the bug.
6262
validations:

.github/ISSUE_TEMPLATE/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "📕 Documentation Issue"
33
description: Issue in the documentation
44
title: "Docs: (short description of the issue)"
5-
labels: ["documenation", "needs triage"]
5+
labels: ["documentation", "needs triage"]
66
body:
77
- type: textarea
88
id: documentation_issue

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "\U0001F680 Feature Request"
22
description: Request a new feature
33
title: "Feature request: (short description of the feature)"
4-
labels: ["feature", "needs triage"]
4+
labels: ["enhancement", "needs triage"]
55
body:
66
- type: textarea
77
id: problem

.github/ISSUE_TEMPLATE/maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "🛠️ Maintenance"
22
description: Some type of improvement
33
title: "Maintenance: (short description of the issue)"
4-
labels: ["feature", "needs triage"]
4+
labels: ["needs triage"]
55
body:
66
- type: textarea
77
id: description

0 commit comments

Comments
 (0)