Initialize issue and suggestion templates

This commit is contained in:
quindecim 2022-02-09 19:15:48 +01:00 committed by GitHub
parent f1c4e3f234
commit 5667862bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 86 additions and 0 deletions

33
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -0,0 +1,33 @@
---
name: Bug Report
about: Create a dnscrypt-proxy-android bug report
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 (i.e. solution)**
A clear and concise description of what you expected to happen or what could be the solution.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Device informations:**
- Android: [version]
- Magisk: [version]
- OS/Custom ROM: [e.g. stock, lineageos]
- Browser [e.g. stock browser, safari]
**Additional context**
Add any other context about the problem here.

33
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,33 @@
---
name: ''
about: Create a dnscrypt-proxy-android bug report
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 (i.e. solution)**
A clear and concise description of what you expected to happen or what could be the solution.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Device informations:**
- Android: [version]
- Magisk: [version]
- OS/Custom ROM: [e.g. stock, lineageos]
- Browser [e.g. stock browser, safari]
**Additional context**
Add any other context about the problem here.

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for dnscrypt-proxy-android
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.