mirror of
https://github.com/torrentpier/torrentpier.git
synced 2025-03-12 04:35:42 -07:00
* misc(issue template): Improved `Feature request` template * Update bug_report.yml * Update feature---enhancement-request.md
63 lines
1.9 KiB
YAML
63 lines
1.9 KiB
YAML
name: Bug Report
|
|
description: File a bug report
|
|
title: "[Bug]"
|
|
labels: Bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
The more detailed this bug report is, the faster it can be reviewed and fixed.
|
|
- type: input
|
|
id: version-torrentpier
|
|
attributes:
|
|
label: TorrentPier Version
|
|
description: TorrentPier version your using?
|
|
placeholder: 2.4.0
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version-php-os
|
|
attributes:
|
|
label: PHP & Platform
|
|
description: Exact PHP and Platform (OS) versions your using.
|
|
placeholder: 8.1.2 - Ubuntu 22.04 x64
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: requirements
|
|
attributes:
|
|
label: Have you done this?
|
|
options:
|
|
- label: I am willing to share my stack trace and logs
|
|
required: true
|
|
- label: I can suggest a fix as a Pull Request
|
|
required: false
|
|
- type: textarea
|
|
id: expectation
|
|
attributes:
|
|
label: Expectation
|
|
description: Write what you expect to (correctly) happen.
|
|
placeholder: When I do this, I expect to this to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Write what (incorrectly) happens instead.
|
|
placeholder: Instead, when I do this, I receive that.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Stack trace & logs
|
|
description: |
|
|
If you have a stack trace, you can copy it here. You may hide sensitive information.
|
|
Including a stack trace when reporting an error 500 is required.
|
|
placeholder: This is automatically formatted into code, no need for backticks.
|
|
render: shell
|
|
validations:
|
|
required: false
|