-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from docker/issue-templates
Create issue templates
- Loading branch information
Showing
2 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "" | ||
labels: bug | ||
title: "" | ||
--- | ||
|
||
<!-- | ||
If you are reporting a new issue, make sure that we do not have any duplicates | ||
already open by searching the issue list for this | ||
repository. If there is a duplicate, close your issue and add a comment | ||
to the existing issue instead. | ||
--> | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Add the steps to reproduce** | ||
Steps to reproduce the behavior: | ||
|
||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Describe the expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Optional: Add screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Output of `docker extension version`:** | ||
|
||
``` | ||
(paste your output here) | ||
``` | ||
|
||
**Output of `docker version`:** | ||
|
||
``` | ||
(paste your output here) | ||
``` | ||
|
||
**Include the Diagnostics ID** | ||
|
||
<!-- | ||
If you think the issue you are reporting is not only related to the Extension SDK itself but also affects the normal operations of Docker Desktop (e.g. Docker Desktop fails to start, Docker Extensions are not loaded in the Marketplace, etc.), consider to upload your diagnostics ID. | ||
See one of the links below for how to generate a diagnostics ID either from inside the app or from the command line: | ||
- Windows: https://docs.docker.com/desktop/windows/troubleshoot/#in-app-diagnostics | ||
- MacOS: https://docs.docker.com/desktop/mac/troubleshoot/#diagnose-and-feedback | ||
- Linux: https://docs.docker.com/desktop/linux/troubleshoot/#in-app-diagnostics | ||
--> | ||
|
||
``` | ||
(paste your output here) | ||
``` | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "" | ||
labels: enhancement | ||
assignees: "" | ||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. For example. 'I'm always frustrated when [...]' | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. |