Skip to content

Commit

Permalink
chore: improve issue templates slightly (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf authored May 9, 2024
1 parent 4d70130 commit 2eaeea9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ body:
description: |
Tell us what happens instead of the expected behavior.
Include full errors, uncaught exceptions, stack traces, and relevant logs.
To turn on SDK logging, follow instructions here: https://github.com/awslabs/aws-sdk-kotlin/tree/main/docs/debugging.md
If service responses are relevant, please include wirelogs (after removing any sensitive information!).
To turn on SDK logging, follow [instructions in the Developer Guide](https://docs.aws.amazon.com/sdk-for-kotlin/latest/developer-guide/logging.html).
If service responses are relevant, please include wire logs (after removing any sensitive information!).
validations:
required: true

Expand Down Expand Up @@ -65,7 +65,7 @@ body:
- type: input
id: kotlin-sdk-version
attributes:
label: AWS Kotlin SDK version used
label: AWS SDK for Kotlin version
validations:
required: true

Expand All @@ -79,6 +79,6 @@ body:
- type: input
id: operating-system
attributes:
label: Operating System and version
label: Operating system and version
validations:
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "\U0001F4D5 Documentation Issue"
description: Report an issue in the API Reference documentation or Developer Guide
description: Report an issue in the API Reference Documentation or Developer Guide
title: "(short issue description)"
labels: [documentation, needs-triage]
body:
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body:
- type: textarea
id: problem
attributes:
label: Is your Feature Request related to a problem?
label: Is your feature request related to a problem?
description: |
A description of the issue, e.g. "It would be great if..."
validations:
Expand Down Expand Up @@ -57,7 +57,7 @@ body:
- type: input
id: kotlin-sdk-version
attributes:
label: AWS Kotlin SDK version used
label: AWS SDK for Kotlin version
validations:
required: true

Expand All @@ -71,6 +71,6 @@ body:
- type: input
id: operating-system
attributes:
label: Operating System and version
label: Operating system and version
validations:
required: true

0 comments on commit 2eaeea9

Please sign in to comment.