Skip to content

Commit

Permalink
Updated Issue Template
Browse files Browse the repository at this point in the history
WIP
  • Loading branch information
StanBarrows committed Feb 21, 2024
2 parents 719a62d + 5372972 commit 2504293
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
Expand Up @@ -15,29 +15,28 @@ body:
placeholder: I cannot currently do X thing because when I do, it breaks X thing.
validations:
required: true

- type: input
id: package-version
attributes:
label: Package Version
description: What version of our Package are you running? Please be as specific as possible
placeholder: 2.0.0
placeholder: 1.0.0
validations:
required: true
- type: input
id: php-version
attributes:
label: PHP Version
description: What version of PHP are you running? Please be as specific as possible
placeholder: 8.2.0
placeholder: 8.3.0
validations:
required: true
- type: input
id: laravel-version
attributes:
label: Laravel Version
description: What version of Laravel are you running? Please be as specific as possible
placeholder: 9.0.0
placeholder: 11.0.0
validations:
required: true
- type: dropdown
Expand Down
8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,12 @@
name: Question or Feature
description: Open a Question or Feature Request
title: "[Feature]: "
labels: ["feature"]
body:
- type: textarea
id: question-feature
attributes:
label: Question or Feature?
description: Enter a Question or Feature Request
validations:
required: true

0 comments on commit 2504293

Please sign in to comment.