From 5c294e265a6af5d422aef2cb8ad0b8bbce01f307 Mon Sep 17 00:00:00 2001 From: Endeade <120813259+Endeade@users.noreply.github.com> Date: Sat, 9 Dec 2023 11:34:17 +0100 Subject: [PATCH 1/2] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..77717f3 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# AppInstaller +AppInstaller is a handy utility that helps set up a Windows installation by helping you install necessary programs. From b0757d183d89d954417cc93002598d5e89e48a60 Mon Sep 17 00:00:00 2001 From: Endeade <120813259+Endeade@users.noreply.github.com> Date: Sat, 27 Jan 2024 14:49:16 +0100 Subject: [PATCH 2/2] Update 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 0000000..1acce1e --- /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: '' + +--- + +- [ ] **Notice: I have looked on the [Issues](https://github.com/Endeade/AppInstaller/issues) and confirmed that no one has reported it yet.** + +**Describe the bug** +*A clear and concise description of what the bug is.* + +**How to reproduce** +Steps to reproduce the behavior: +1. Step 1 +2. Step 2 +3. Step 3 + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. Windows 10/11] + - Version: [e.g. v1.0, v2.0 beta, latest commit compiled from src (include the commit tag)] + +**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 0000000..11fc491 --- /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.