Skip to content

Commit

Permalink
chore: update issue templates to auto-apply correct labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbotsf committed May 8, 2024
1 parent 24e7b14 commit a25cf1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 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 @@ -63,9 +63,9 @@ body:
required: false

- type: input
id: kotlin-sdk-version
id: smithy-kotlin-version
attributes:
label: AWS Kotlin SDK version used
label: Smithy-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 @@ -55,9 +55,9 @@ body:
required: false

- type: input
id: kotlin-sdk-version
id: smithy-kotlin-version
attributes:
label: AWS Kotlin SDK version used
label: Smithy-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 a25cf1e

Please sign in to comment.