From e481ab4790481911f903b2059e2f7ec02e22620d Mon Sep 17 00:00:00 2001 From: Tobias Sterbak Date: Mon, 3 Apr 2023 12:47:40 +0100 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 36 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 20 +++++++++++++ 2 files changed, 56 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..0bf5e19c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,36 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +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. + +**Desktop (please complete the following information):** + - OS: [e.g. Windows 10] + - Version [e.g. 0.4.2] + +**Smartphone (please complete the following information):** + - Device: [e.g. Samsung Galaxy S10] + - OS: [e.g. LineageOS] + - Version [e.g. 0.4.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..bbcbbe7d --- /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: '' +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 2132de71525f9ffe09386c390253f9ad4ded09f1 Mon Sep 17 00:00:00 2001 From: Tobias Sterbak Date: Mon, 3 Apr 2023 12:54:21 +0100 Subject: [PATCH 2/2] Update issue templates --- .../ISSUE_TEMPLATE/device-support-request.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/device-support-request.md diff --git a/.github/ISSUE_TEMPLATE/device-support-request.md b/.github/ISSUE_TEMPLATE/device-support-request.md new file mode 100644 index 00000000..325b5f8e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/device-support-request.md @@ -0,0 +1,21 @@ +--- +name: Device support request +about: Request support for a new device +title: '' +labels: '' +assignees: '' + +--- + +**Device name** +Please enter the name of the device you would like to request support for. +If you know the device code, please also add it here. + +**Device images** +Please provide links to any available images of the device, such as official stock firmware or custom ROMs you would like to install. + +**Do you own the device and would be willing to test the installer?** +- [ ] + +**Additional context** +Please provide any additional context or information that may be helpful in adding support for this device.