From 58527d629d611ec441fd0b8eb9c262fb92273506 Mon Sep 17 00:00:00 2001 From: cmonfortep Date: Thu, 2 Apr 2020 23:35:03 +0200 Subject: [PATCH 1/2] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 26 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++ 2 files changed, 43 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 000000000000..2a5e6d65b3fc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug, needs triage +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**How 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. + +**Smartphone (please complete the following information):** + - Device: [e.g. Pixel 2, Samsung s10] + - OS: [e.g. Android 10] + - If applicable, add screenshots to help explain your problem. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000000..3d6501faeb89 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature request, needs triage +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 or the user experience you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. From 78eee6120fd0923a6b52fa3b5d4a31ee8eeb0d49 Mon Sep 17 00:00:00 2001 From: Cristian Monforte Date: Thu, 28 May 2020 17:25:18 +0200 Subject: [PATCH 2/2] Add Bartek suggestions to template --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2a5e6d65b3fc..c1c2df5aa15e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,10 +17,15 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error +If applicable, please include information about any settings that may be relevant to this issue (e.g. selected theme, auto clear option, etc). + **Expected behavior** A clear and concise description of what you expected to happen. **Smartphone (please complete the following information):** + - DDG App Version: (e.g. 5.25.0) Version can be found: + - DDG App settings: Settings -> Version + - System settings: Settings -> Apps & notifications -> App Info - Device: [e.g. Pixel 2, Samsung s10] - OS: [e.g. Android 10] - If applicable, add screenshots to help explain your problem.