diff --git a/ISSUE_TEMPLATE.yaml b/ISSUE_TEMPLATE.yaml index d06cbc4..09aa204 100644 --- a/ISSUE_TEMPLATE.yaml +++ b/ISSUE_TEMPLATE.yaml @@ -9,3 +9,24 @@ body: 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 + - 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 + attribute: + label: Version + description: The version of Tenacity you were using. Please also indicate if you were using a Git package + validations: + required: true