-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update issue templates #760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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: '' | ||
|
|
||
| --- | ||
|
|
||
| **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 | ||
|
|
||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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):** | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.:
[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. | ||
| 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. |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.