Skip to content

Upgrade to GitHub issue form templates #2772

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 16, 2021
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
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

87 changes: 87 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
name: "\U0001F41B Bug Report"
description: File a bug report
title: "(short issue description)"
labels: [bug, needs-triage]
body:
- type: textarea
id: description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected behavior
description: |
Tell us what should happen.
validations:
required: true

- type: textarea
id: current
attributes:
label: Current behavior
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: http://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/java-dg-logging.html
If service responses are relevant, please include wirelogs.
validations:
required: true

- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: |
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
For more complex issues provide a repo with the smallest sample that reproduces the bug.

Avoid including business logic or unrelated code, it makes diagnosis more difficult.
validations:
required: true

- type: textarea
id: solution
attributes:
label: Possible Solution
description: |
Suggest a fix/reason for the bug
validations:
required: false

- type: textarea
id: context
attributes:
label: Context
description: |
How has this issue affected you? What are you trying to accomplish?
Providing context helps us come up with a solution that is most useful in the real world.
validations:
required: false

- type: input
id: java-sdk-version
attributes:
label: AWS Java SDK version used
validations:
required: true

- type: input
id: jdk-version
attributes:
label: JDK version used
description: Output of `java -version`
validations:
required: true

- type: input
id: operating-system
attributes:
label: Operating System and version
validations:
required: true
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
15 changes: 0 additions & 15 deletions .github/ISSUE_TEMPLATE/documentation.md

This file was deleted.

21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "\U0001F4D5 Documentation Issue"
description: Report an issue in the API Reference documentation or Developer Guide
title: "(short issue description)"
labels: [documentation, needs-triage]
body:
- type: textarea
id: description
attributes:
label: Describe the issue
description: A clear and concise description of the issue.
validations:
required: true

- type: textarea
id: links
attributes:
label: Links
description: |
Include links to affected documentation page(s).
validations:
required: true
36 changes: 0 additions & 36 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

69 changes: 69 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: "\U0001F680 Feature Request"
description: Suggest an idea for this project
title: "(short issue description)"
labels: [feature-request, needs-triage]
body:
- type: textarea
id: description
attributes:
label: Describe the feature
description: A clear and concise description of the feature you are proposing.
validations:
required: true

- type: textarea
id: problem
attributes:
label: Is your Feature Request related to a problem?
description: |
A description of the issue, e.g. "I'm always frustrated when..."
validations:
required: true

- type: textarea
id: solution
attributes:
label: Proposed Solution
description: |
Suggest how to implement the addition or change.
validations:
required: false

- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: |
Any alternative solutions or features you've considered.
validations:
required: false

- type: checkboxes
id: acknowledgment
attributes:
label: Acknowledge
options:
- label: I may be able to implement this feature request
required: false

- type: input
id: java-sdk-version
attributes:
label: AWS Java SDK version used
validations:
required: true

- type: input
id: jdk-version
attributes:
label: JDK version used
description: Output of `java -version`
validations:
required: true

- type: input
id: operating-system
attributes:
label: Operating System and version
validations:
required: true
28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/general-issue.md

This file was deleted.

59 changes: 59 additions & 0 deletions .github/ISSUE_TEMPLATE/general-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: "\U0001F4AC General Issue"
description: Create a new issue. If you don't know which type to choose, choose this one.
title: "(short issue description)"
labels: [guidance, needs-triage]
body:
- type: textarea
id: description
attributes:
label: Describe the issue
description: A clear and concise description of the issue.
validations:
required: true

- type: textarea
id: reproduction
attributes:
label: Steps to Reproduce
description: |
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
For more complex issues provide a repo with the smallest reproducible example.

Avoid including business logic or unrelated code, it makes diagnosis more difficult.
validations:
required: true

- type: textarea
id: current
attributes:
label: Current behavior
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: http://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/java-dg-logging.html
If service responses are relevant, please include wirelogs.
validations:
required: true

- type: input
id: java-sdk-version
attributes:
label: AWS Java SDK version used
validations:
required: true

- type: input
id: jdk-version
attributes:
label: JDK version used
description: Output of `java -version`
validations:
required: true

- type: input
id: operating-system
attributes:
label: Operating System and version
validations:
required: true
Loading