Skip to content
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

Update issue templates #2441

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
name: Bug Report
description: Report a bug
description: Report a bug with supporting information to help us reproduce it.
labels:
- status/triage
- kind/maybe-bug

body:
- type: markdown
attributes:
value: |
Thank you for taking the time to report a bug!
Thank you for taking the time to report a bug and provide logs!
If this is a security issue please report it to the [Docker Security team](mailto:security@docker.com).

- type: checkboxes
Expand Down Expand Up @@ -65,19 +66,19 @@ body:

- type: textarea
attributes:
label: Docker info
label: Builders list
description: |
Output of `docker info` command.
Output of `docker buildx ls` command.
render: text
validations:
required: true

- type: textarea
attributes:
label: Builders list
label: Docker info
description: |
Output of `docker buildx ls` command.
Output of `docker info` command.
render: text
Comment on lines 67 to 81
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why we want to change the order?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When reading the attributes, I was just attempting to group docker buildx commands together -- no strong preference either way.

validations:
required: true

- type: textarea
attributes:
Expand Down
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@ labels:
- status/triage

body:
- type: checkboxes
attributes:
label: This is a feature that ...
description: |
Make sure that your request fulfills all of the following requirements.
If one requirement cannot be satisfied, explain in detail why.
options:
- label: ... the existing functionality does not satisfy my request
- label: ... is not a duplicate of any open or closed issues
- label: ... is not a question or discussion topic

- type: textarea
id: description
attributes:
label: Description
description: What is the feature you want to see?
validations:
required: true