diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 3cd0ce86987..cb0cfc376b3 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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 @@ -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 @@ -79,6 +79,6 @@ body: - type: input id: operating-system attributes: - label: Operating System and version + label: Operating system and version validations: required: true diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 2671fcf1ae2..66e57a56721 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 58ac0d13552..3e1e84d6047 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -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 @@ -71,6 +71,6 @@ body: - type: input id: operating-system attributes: - label: Operating System and version + label: Operating system and version validations: required: true