diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 8fa85ce..1cc40a4 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -36,7 +36,7 @@ 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 @@ -44,7 +44,7 @@ body: 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 @@ -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: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 98e85c5..3ba13e0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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