Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
Thank you for taking the time to fill out this bug report!

⚠️ If the bug that you are reporting is a security-related issue or security vulnerability,
then please do not create a report via this template. Instead please
then please do not create a report via this template. Instead please
notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/)
or directly via email to [AWS Security]([email protected]).

Expand Down Expand Up @@ -54,8 +54,8 @@ body:
description: Please provide information on the environment and software versions that you are using to reproduce the bug.
value: |
At minimum:
1. Operating system: (e.g. Windows Server 2022; Amazon Linux 2023; etc.)
2. Output of `python3 --version`:
1. Operating system (e.g. Windows Server 2022; Amazon Linux 2023; etc.)
2. Output of `python3 --version`
3. Version of your openjd-cli package (see: `pip show openjd-cli`):

Please share other details about your environment that you think might be relevant to reproducing the bug.
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "📕 Documentation Issue"
description: Issue in the documentation
title: "Docs: (short description of the issue)"
labels: ["documenation", "needs triage"]
labels: ["documentation", "needs triage"]
body:
- type: textarea
id: documentation_issue
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "\U0001F680 Feature Request"
description: Request a new feature
title: "Feature request: (short description of the feature)"
labels: ["feature", "needs triage"]
labels: ["enhancement", "needs triage"]
body:
- type: textarea
id: problem
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/maintenance.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "🛠️ Maintenance"
description: Some type of improvement
title: "Maintenance: (short description of the issue)"
labels: ["feature", "needs triage"]
labels: ["needs triage"]
body:
- type: textarea
id: description
Expand Down
Loading