Skip to content

Commit cabdbbf

Browse files
docs: add issue templates (#233)
* docs: add issue templates * Apply linter findings Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * docs: add tool request template --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 427cbc0 commit cabdbbf

3 files changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Clone repository '...' in container volume
16+
2. Select build preset '....'
17+
3. Open file '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Environment (please complete the following information):**
27+
- OS: [e.g. Windows, Linux, OSX]
28+
- Architecture [e.g. x86_64, Apple M2]
29+
- Docker Version [e.g. Docker Desktop 4.25.2]
30+
31+
**Additional context**
32+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Tool request
3+
about: Request to include an additional tool
4+
title: 'Request to include <tool>'
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**What tool would you like to include**
11+
A clear and concise description of the tool you would want to include. Ex. I want to add tool x that does [...]
12+
13+
**What is the use-case for the inclusion**
14+
Describe why the proposed tool should be added. Please note that project specific tools
15+
should be added to a derived container instead of adding them to amp-devcontainer.
16+
17+
**What is the estimated size impact**
18+
Describe what the estimated (or absolute) size impact of the inclusion would be on the final
19+
image [size](https://en.wikipedia.org/wiki/Byte#Multiple-byte_units).
20+
Ex. The container image size will increase with 5 MiB.

0 commit comments

Comments
 (0)