diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..1a9f27d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,19 @@ +name: Feature Request +description: Create a feature request +title: "[Request]: " +body: + - type: textarea + id: feature-request + attributes: + label: What feature would you like to add? + description: Please describe the new feature as thoroughly as possible. + validations: + required: true + + - type: textarea + id: notes + attributes: + label: Notes + description: Use this field to provide any other notes that you feel might be relevant to the issue. + validations: + required: false diff --git a/.gitignore b/.gitignore index a7f372d..8da5f11 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ build composer.lock coverage -docs phpunit.xml phpstan.neon testbench.yaml diff --git a/README.md b/README.md index a746aec..6beff63 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,12 @@ This package adds support for vkurko/calendar (free, open-source alternative to FullCalendar) to your FilamentPHP panels. ## Showcase +![Showcase 01](docs/images/showcase_01.png) +![Showcase 02](docs/images/showcase_02.png) -This is where your screenshots and videos should go. Remember to add them, so people see what your plugin does. + ## Support us @@ -308,10 +312,11 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details. Please review [our security policy](../../security/policy) on how to report security vulnerabilities. ## Credits - - [Lukas Frey](https://github.com/GuavaCZ) - [All Contributors](../../contributors) - Spatie - Our package calendar is a modified version of [Spatie's Package Calendar](https://github.com/spatie/package-calendar-laravel) +- [vkurko/calendar](https://github.com/vkurko/calendar) - free, open-source alternative to FullCalendar +- [saade/filament-fullcalendar](https://github.com/saade/filament-fullcalendar) - heavy inspiration for this package ## License diff --git a/docs/images/banner.jpg b/docs/images/banner.jpg new file mode 100644 index 0000000..7fa104c Binary files /dev/null and b/docs/images/banner.jpg differ diff --git a/docs/images/demo_preview.mp4 b/docs/images/demo_preview.mp4 new file mode 100644 index 0000000..33fb816 Binary files /dev/null and b/docs/images/demo_preview.mp4 differ diff --git a/docs/images/resources_screenshot_01.png b/docs/images/resources_screenshot_01.png new file mode 100644 index 0000000..26414a2 Binary files /dev/null and b/docs/images/resources_screenshot_01.png differ diff --git a/docs/images/showcase_01.png b/docs/images/showcase_01.png new file mode 100644 index 0000000..00e35e1 Binary files /dev/null and b/docs/images/showcase_01.png differ diff --git a/docs/images/showcase_02.png b/docs/images/showcase_02.png new file mode 100644 index 0000000..a45c53d Binary files /dev/null and b/docs/images/showcase_02.png differ diff --git a/test b/test deleted file mode 100644 index e69de29..0000000