test/ISSUE_TEMPLATE.yaml

33 lines
951 B
YAML
Raw Permalink Normal View History

2024-02-02 04:11:52 +00:00
name: Bug Report
about: File a bug report
title: '[BUG] '
body:
- type: textarea
id: describeIssue
attributes:
label: Describe the issue
description: Please describe the issue you're having. Include what you were doing, the last action before the bug, etc. The more detailed, the better.
validations:
required: true
2024-02-02 04:15:31 +00:00
- type: input
id: os
attributes:
label: OS
description: The OS the bug was discovered on.
validations:
required: true
- type: input
id: arch
attributes:
label: Arch
description: The architecture of the OS the bug was discovered on.
validations:
required: true
- type: input
id: version
2024-02-02 04:16:14 +00:00
attributes:
2024-02-02 04:15:31 +00:00
label: Version
description: The version of Tenacity you were using. Please also indicate if you were using a Git package
validations:
required: true