chore: convert bug report to issue form with required inputs

This commit is contained in:
Mohammad Amin jahani
2026-05-06 15:22:38 +03:00
parent 4ad07aebd2
commit 98c508af98
2 changed files with 46 additions and 21 deletions
-21
View File
@@ -1,21 +0,0 @@
---
name: Bug report
about: Something is broken in the proxy
title: 'bug: '
labels: bug
---
**Version:**
**OS:**
**Python version:**
**What happened:**
**Steps to reproduce:**
**DEBUG log excerpt (redact `auth_key` and `script_id`):**
```
```
+46
View File
@@ -0,0 +1,46 @@
name: Bug report
description: Something is broken in the proxy
title: "bug: "
labels: ["bug"]
body:
- type: input
id: version
attributes:
label: Version
placeholder: "e.g. 1.4.2 or commit abc1234"
validations:
required: true
- type: input
id: os
attributes:
label: OS
placeholder: "e.g. Windows 11, macOS 14, Ubuntu 22.04"
validations:
required: true
- type: input
id: python
attributes:
label: Python version
placeholder: "e.g. 3.11.7"
validations:
required: true
- type: textarea
id: what
attributes:
label: What happened
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
- type: textarea
id: logs
attributes:
label: DEBUG log excerpt (redact `auth_key` and `script_id`)
render: text