Skip to content

Create an issue template to help guide users with writing their issue #141

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
Jun 4, 2025
Merged
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
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema

name: Issue
description: Report an issue about the Docker DX extension.
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to open an issue!
Please take a look at our [FAQ](https://github.com/docker/vscode-extension/blob/main/FAQ.md) to see if it addresses the issue you are reporting.
If this is a security issue please report it to the [Docker Security team](mailto:[email protected]).

- type: textarea
attributes:
label: Description
description: |
Provide a description of the issue you are reporting here.
validations:
required: true

- type: textarea
attributes:
label: Visual Studio Code version
description: |
Output of `code -v` command.
validations:
required: true

- type: textarea
attributes:
label: Installed extensions in Visual Studio Code
description: |
Output of `code --list-extensions --show-versions` command.
validations:
required: true

- type: textarea
attributes:
label: Additional info
description: |
Please provide any additional information that could be useful.
Loading