Skip to content

Commit

Permalink
final updates for Filament v3
Browse files Browse the repository at this point in the history
  • Loading branch information
awcodes committed Aug 1, 2023
1 parent 798af71 commit 87ad69e
Show file tree
Hide file tree
Showing 8 changed files with 748 additions and 238 deletions.
70 changes: 70 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
name: Bug report
description: Report a problem you're experiencing
labels: [bug,unconfirmed]
body:
- type: markdown
attributes:
value: |
Before opening a bug report, please search the existing issues (both open and closed).
---
Thank you for taking the time to file a bug report. To address this bug as fast as possible, we need some information.
- type: dropdown
id: fi-version
attributes:
label: Filament Version
description: Which version of Filament is this bug report for?
options:
- v3
- v2
validations:
required: true
- type: input
id: plugin-version
attributes:
label: Plugin Version
description: Please provide the full version of the plugin you have installed.
placeholder: v3.0.0
validations:
required: true
- type: input
id: php-version
attributes:
label: PHP Version
description: Please provide the full PHP version of your server.
placeholder: PHP 8.1.0
validations:
required: true
- type: textarea
id: description
attributes:
label: Problem description
description: What happened when you experienced the problem?
validations:
required: true
- type: textarea
id: expectation
attributes:
label: Expected behavior
description: What did you expect to happen instead?
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: Which steps do we need to take to reproduce the problem? Any code examples need to be **as short as possible**, remove any code that is unrelated to the bug.
validations:
required: true
- type: input
id: reproduction
attributes:
label: Reproduction repository
description: The URL of a public GitHub repository which reproduces the problem. **Please do not link to your actual project**, what we need instead is a _minimal_ reproduction in a fresh project without any unnecessary code. This means it doesn\'t matter if your real project is private / confidential, since we want a link to a separate, isolated reproduction. This allows us to fix the problem much quicker. **Please make sure to format the URL starting with `https://github.com` - only repositories hosted on GitHub are accepted.**
- type: textarea
id: logs
attributes:
label: Relevant log output
description: If applicable, provide relevant log output. No need for backticks here.
render: shell
5 changes: 1 addition & 4 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question
url: https://github.com/awcodes/filament-quick-create/discussions/new?category=q-a
url: https://discord.com/channels/883083792112300104/997025079986761729
about: Ask the community for help
- name: Request a feature
url: https://github.com/awcodes/filament-quick-create/discussions/new?category=ideas
about: Share ideas for new features
- name: Report a security issue
url: https://github.com/awcodes/filament-quick-create/security/policy
about: Learn how to notify us for sensitive bugs
- name: Report a bug
url: https://github.com/awcodes/filament-quick-create/issues/new
about: Report a reproducible bug
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-styling.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Fix PHP code styling
name: "Fix PHP code styling"

on:
pull_request:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: main

- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.1",
"filament/filament": "^v3.0@beta",
"filament/filament": "^v3.0",
"spatie/laravel-package-tools": "^1.15.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 87ad69e

Please sign in to comment.