Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug, needs triage
assignees: ''

---

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we add a link to our contributing guidelines at the beginning?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure, I would say it's not necessary to read the contribution guidelines to file an issue. I see that more related to a real contribution.

**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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe at the end add something along the lines of:

If applicable, please include information about any settings that may be relevant to this issue (e.g. selected theme, auto clear option, etc).

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):**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd also ask people to include information about the version of the App they are using (and possibly the steps describing how they can check that) i.e.:

  • DDG App Version: (e.g. 5.25.0)[1]
  • Device: (e.g. Pixel 2, Samsung s10)
  • OS: (e.g. Android 10)
  • If applicable, add screenshots to help explain your problem.

[1] App version can be found in...

- 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.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -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.