mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
github issues: add support button
This commit is contained in:
parent
32c73a8d61
commit
bf262959e2
2 changed files with 13 additions and 6 deletions
6
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
6
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal 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!
|
||||
13
.github/ISSUE_TEMPLATE/feature_request.md
vendored
13
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue