From ce63abedce11c0ef52356b0aee5a31a83f3d7314 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Tue, 5 Dec 2023 07:51:45 +0100 Subject: [PATCH 1/3] docs: add issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 32 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..1cff6f91 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,32 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Clone repository '...' in container volume +2. Select build preset '....' +3. Open file '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** + - OS: [e.g. Windows, Linux, OSX] + - Architecture [e.g. x86_64, Apple M2] + - Docker Version [e.g. Docker Desktop 4.25.2] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..11fc491e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +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. Ex. 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. From 83736f1be952707092850573b6cff3d5a876e818 Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Tue, 5 Dec 2023 07:54:33 +0100 Subject: [PATCH 2/3] Apply linter findings Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1cff6f91..8655e992 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,9 +24,9 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Environment (please complete the following information):** - - OS: [e.g. Windows, Linux, OSX] - - Architecture [e.g. x86_64, Apple M2] - - Docker Version [e.g. Docker Desktop 4.25.2] +- OS: [e.g. Windows, Linux, OSX] +- Architecture [e.g. x86_64, Apple M2] +- Docker Version [e.g. Docker Desktop 4.25.2] **Additional context** Add any other context about the problem here. From e03b33d5a2e03fe3d7ee2b8682c6880ef599c7dd Mon Sep 17 00:00:00 2001 From: Ron <45816308+rjaegers@users.noreply.github.com> Date: Tue, 5 Dec 2023 08:03:45 +0100 Subject: [PATCH 3/3] docs: add tool request template --- .github/ISSUE_TEMPLATE/tool_request.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/tool_request.md diff --git a/.github/ISSUE_TEMPLATE/tool_request.md b/.github/ISSUE_TEMPLATE/tool_request.md new file mode 100644 index 00000000..a3180b12 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/tool_request.md @@ -0,0 +1,20 @@ +--- +name: Tool request +about: Request to include an additional tool +title: 'Request to include ' +labels: enhancement +assignees: '' + +--- + +**What tool would you like to include** +A clear and concise description of the tool you would want to include. Ex. I want to add tool x that does [...] + +**What is the use-case for the inclusion** +Describe why the proposed tool should be added. Please note that project specific tools +should be added to a derived container instead of adding them to amp-devcontainer. + +**What is the estimated size impact** +Describe what the estimated (or absolute) size impact of the inclusion would be on the final +image [size](https://en.wikipedia.org/wiki/Byte#Multiple-byte_units). +Ex. The container image size will increase with 5 MiB.