Update bug report template to use form (#7535)

update bug report template to use form
This commit is contained in:
Maximilian Hils 2025-02-05 07:22:51 +01:00 committed by GitHub
parent 385800f07f
commit ea0dcb0bd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 27 additions and 19 deletions

View File

@ -1,19 +0,0 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: kind/triage
assignees: ''
---
#### Problem Description
A clear and concise description of what the bug is.
#### Steps to reproduce the behavior:
1.
2.
3.
#### System Information
Paste the output of "mitmproxy --version" here.

27
.github/ISSUE_TEMPLATE/bug_report.yaml vendored Normal file
View File

@ -0,0 +1,27 @@
name: Bug Report
description: File a bug report to help us improve.
labels: ["kind/triage"]
body:
- type: textarea
attributes:
label: Problem Description
value: |
A clear and concise description of what the bug is.
#### Steps to reproduce the behavior:
1.
2.
3.
validations:
required: true
- type: textarea
attributes:
label: System Information
description: Paste the output of "mitmproxy --version" here.
render: raw
- type: checkboxes
attributes:
label: 'Checklist'
options:
- label: This bug affects the [latest mitmproxy release](https://github.com/mitmproxy/mitmproxy/releases).
required: true