Skip to content

Commit

Permalink
Merge pull request #200 from docker/issue-templates
Browse files Browse the repository at this point in the history
Create issue templates
  • Loading branch information
gtardif authored Jun 16, 2022
2 parents 5dff8e6 + de75108 commit 5d732a9
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.

0 comments on commit 5d732a9

Please sign in to comment.