Skip to content

Commit

Permalink
update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
mokhosh committed Feb 9, 2024
1 parent 756ef41 commit c5ce4a0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
16 changes: 14 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ body:
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 All @@ -57,6 +57,18 @@ body:
- macOS
- Windows
- Linux
- type: dropdown
id: browsers
attributes:
label: Which browsers does with happen with?
description: You may select more than one.
multiple: true
options:
- Arc
- Chrome
- Firefox
- Safari
- Edge
- type: textarea
id: notes
attributes:
Expand Down
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/mokhosh/filament-kanban/discussions/new?category=q-a
about: Ask the community for help
- name: Request a feature
url: https://github.com/mokhosh/filament-kanban/discussions/new?category=ideas
about: Share ideas for new features
- name: Report a security issue
url: https://github.com/mokhosh/filament-kanban/security/policy
about: Learn how to notify us for sensitive bugs

0 comments on commit c5ce4a0

Please sign in to comment.