From 1efe2e16a5e211116102b46fca8e837e9ce9bcb4 Mon Sep 17 00:00:00 2001 From: Robert Ellegate Date: Sat, 8 Apr 2023 13:37:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20chore(github):=20add=20issue=20t?= =?UTF-8?q?emplates=20for=20bug=20report,=20feature=20request,=20and=20que?= =?UTF-8?q?stion=20The=20issue=20templates=20for=20bug=20report,=20feature?= =?UTF-8?q?=20request,=20and=20question=20have=20been=20added=20to=20the?= =?UTF-8?q?=20`.github/ISSUE=5FTEMPLATE`=20directory.=20These=20templates?= =?UTF-8?q?=20will=20help=20standardize=20the=20information=20provided=20i?= =?UTF-8?q?n=20issues=20and=20make=20it=20easier=20for=20contributors=20to?= =?UTF-8?q?=20provide=20the=20necessary=20information.=20The=20bug=20repor?= =?UTF-8?q?t=20template=20includes=20checkboxes=20to=20ensure=20that=20the?= =?UTF-8?q?=20FAQ=20has=20been=20checked=20and=20open=20issues=20have=20be?= =?UTF-8?q?en=20searched=20before=20submitting=20a=20new=20bug=20report.?= =?UTF-8?q?=20The=20feature=20request=20template=20is=20a=20simple=20templ?= =?UTF-8?q?ate=20for=20suggesting=20new=20ideas=20for=20the=20project.=20T?= =?UTF-8?q?he=20question=20template=20asks=20for=20the=20version=20of=20Ke?= =?UTF-8?q?epass2Android=20being=20used=20to=20help=20with=20troubleshooti?= =?UTF-8?q?ng.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yaml | 49 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++ .github/ISSUE_TEMPLATE/question.md | 16 ++++++++ 3 files changed, 73 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yaml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/question.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 00000000..224c50a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,49 @@ +name: Bug Report +description: Report a bug. +title: "[BUG] " +labels: bug +body: + - type: markdown + attributes: + value: | + Please check out the [FAQ section](https://github.com/PhilippC/keepass2android/blob/master/docs/Documentation.md#faq) and [search for open issues](https://github.com/PhilippC/keepass2android/issues?q=is%3Aopen+is%3Aissue+label%3Abug) first. + - type: checkboxes + attributes: + label: Checks + options: + - label: I have read the FAQ section, searched the open issues, and still think this is a new bug. + required: true + - type: textarea + id: bug + attributes: + label: "Describe the bug you encountered:" + validations: + required: true + - type: textarea + id: expected + attributes: + label: "Describe what you expected to happen:" + - type: input + id: version + attributes: + label: "What version of Keepass2Android are you using?" + placeholder: | + Please follow these steps to find your app version: + 1. Click the **⁝** icon in the top right corner + 2. Select **Settings** + 3. Click **About** + 4. Find the "Version" information and provide it here + validations: + required: true + - type: textarea + id: os + attributes: + label: Which version of Android are you on? + placeholder: | + Please follow these steps to find your Android version: + 1. Open your device's **Settings** app. + 2. Scroll down and select **About phone** or **About tablet**. + 3. Find the **Android version** section and provide it here. + validations: + required: true + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..3b69df7a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,8 @@ +--- +name: Feature Request +about: Suggest an idea for this project. +title: '' +labels: enhancement +assignees: '' + +--- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..b3d154c3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,16 @@ +--- +name: Question +about: Ask a question about 'Keepass2Android'. +title: '' +labels: question +assignees: '' + +--- + +**What version of Keepass2Android are you using?** +Please follow these steps to find your app version: +1. Click the **⁝** icon in the top right corner +2. Select **Settings** +3. Click **About** +4. Find the "Version" information and provide it here: +