From 4be660d18b886379c854951e384d4e59ea4c1bcb Mon Sep 17 00:00:00 2001 From: "Mark J. Horninger" Date: Sun, 10 Mar 2024 21:59:55 -0400 Subject: [PATCH] Going for the tri-fecta. Fixing #20, too --- .github/ISSUE_TEMPLATE/bug.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8fa85ce..314ef62 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -28,23 +28,23 @@ body: attributes: label: Package Version description: What version of our Package are you running? Please be as specific as possible - placeholder: 2.0.0 + placeholder: 0.1.5 validations: required: true - type: input - id: php-version + id: python-version attributes: - label: PHP Version - description: What version of PHP are you running? Please be as specific as possible - placeholder: 8.2.0 + label: Python Version + description: What version of Python are you running? Please be as specific as possible + placeholder: 3.10.12 validations: required: true - type: input - id: laravel-version + id: ansible-version attributes: - label: Laravel Version + label: Ansible Version description: What version of Laravel are you running? Please be as specific as possible - placeholder: 9.0.0 + placeholder: 2.16.4 validations: required: true - type: dropdown