Add issue templates
This commit is contained in:
parent
2d28e5808d
commit
5d778f998a
|
@ -0,0 +1,38 @@
|
|||
---
|
||||
name: "\U0001F41E Bug report"
|
||||
about: Create a report about a reproducible bug
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
<!-- Thanks for the bug report! -->
|
||||
|
||||
## *Who* is the bug affecting?
|
||||
|
||||
|
||||
|
||||
## *What* is affected by this bug?
|
||||
|
||||
|
||||
|
||||
## *When* does this occur?
|
||||
|
||||
|
||||
|
||||
## *Where* does it happen?
|
||||
|
||||
|
||||
|
||||
## *How* do we replicate the issue?
|
||||
<!-- Please list all the steps required to reliably replicate it, starting from a newly installed operating system -->
|
||||
|
||||
|
||||
|
||||
## Expected behavior (i.e. solution)
|
||||
|
||||
|
||||
|
||||
## Other Comments
|
||||
|
|
@ -0,0 +1,42 @@
|
|||
---
|
||||
name: "\U0001F389 Feature request"
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Is your feature request related to a problem?
|
||||
<!-- A clear and concise description of what the problem is. -->
|
||||
|
||||
|
||||
|
||||
## Describe the solution you'd like
|
||||
<!-- A clear and concise description of what you want to happen. -->
|
||||
|
||||
|
||||
|
||||
## Alternatives you've considered
|
||||
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
|
||||
|
||||
|
||||
|
||||
## Who will that feature be useful to?
|
||||
<!-- Is it solving a common problem, or is it an improvement that all current users will benefit from? -->
|
||||
|
||||
|
||||
|
||||
## What have you done already?
|
||||
<!-- If you already built a prototype or a complete implementation of that feature, where is it possible to see it? -->
|
||||
|
||||
|
||||
|
||||
## What are you going to contribute?
|
||||
<!-- Besides testing volunteering work made by other people, what are you going to contribute in order to help have that feature implemented, tested and documented? -->
|
||||
|
||||
|
||||
|
||||
## Additional context
|
||||
<!-- Add any other context about the feature request here. -->
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
name: "❓ Questions"
|
||||
about: Ask a question about dnscrypt-proxy or the DNSCrypt protocol
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
## Subject
|
||||
<!-- Select one: -->
|
||||
|
||||
* [ ] I'd like to contribute to the project (code, documentation, website, advocacy, integration, ...)
|
||||
* [ ] I want to run my own DNSCrypt and/or DoH server
|
||||
* [ ] I'd like to have my existing server added to a public list of encrypted DNS servers
|
||||
* [ ] I'd like to announce a new application/website/article related to the project
|
||||
* [ ] I have questions about the DNSCrypt or Anonymized DNSCrypt protocols
|
||||
* [ ] I am a MacOS developer and I'd like to contribute a GUI for dnscrypt-proxy
|
||||
* [ ] I am an Android developer and I'd like to contribute an Android app
|
||||
* [ ] I am a technical writer and I'd like to help write an IETF Internet Draft for the DNSCrypt protocol
|
||||
* [ ] Other
|
||||
|
||||
## Description
|
||||
|
Loading…
Reference in New Issue