From 50cd26cc3f55fff7b67ae7771720e042ee3320a3 Mon Sep 17 00:00:00 2001 From: gperson Date: Fri, 2 Feb 2024 04:15:31 +0000 Subject: [PATCH] Update ISSUE_TEMPLATE.yaml --- ISSUE_TEMPLATE.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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