github issues: add support button

This commit is contained in:
Maximilian Hils 2020-12-13 16:14:41 +01:00
parent 32c73a8d61
commit bf262959e2
2 changed files with 13 additions and 6 deletions

6
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,6 @@
blank_issues_enabled: false
contact_links:
- name: Support
url: https://stackoverflow.com/questions/tagged/mitmproxy
about: Please do not use GitHub for support requests.
If you have questions on how to use mitmproxy, please ask them on StackOverflow!

View File

@ -1,5 +1,5 @@
---
name: Feature request
name: Proposal
about: Suggest an idea for this project
title: ''
labels: kind/feature
@ -7,14 +7,15 @@ 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 [...]
#### Problem Description
#### Describe the solution you'd like
A clear and concise description of the problem you are trying to solve.
#### Proposal
A clear and concise description of what you want to happen.
#### Describe alternatives you've considered
#### Alternatives
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.
Add any other context or screenshots about the proposal here.