diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4500834..747376d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,25 +1,31 @@ +# Pull Request Checklist + ## What does this PR do? + + +## **Checklist** -#### Code Changes -- [ ] I have added new features to the carousel widget (e.g., autoplay, indicator customization, etc.) +### Code Changes +- [ ] I have added new features to the package (e.g., autoplay, indicator customization, etc.) - [ ] I have fixed existing issues (e.g., performance, edge cases) - [ ] I have improved the overall structure or optimized the codebase -#### Documentation +### Documentation - [ ] I have updated the README file or relevant documentation with the changes - [ ] I have added code usage examples or updated existing examples to reflect changes - [ ] I have updated the package version in the `pubspec.yaml` file -#### Testing +### Testing **General Tests** - [ ] The carousel widget works correctly with default settings @@ -53,7 +59,7 @@ - [ ] The carousel handles empty/null items gracefully - [ ] The carousel handles large data sets without crashes or performance drops -#### Performance +### Performance - [ ] I ran performance tests to ensure no regressions - [ ] The carousel renders efficiently, even with a large number of items @@ -61,7 +67,11 @@ + \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md index 35d9e3c..1bfa9ab 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -7,7 +7,8 @@ The following versions of the `flutter_carousel_widget` package are currently be | Version | Supported | |---------|--------------------| | 3.x.x | :white_check_mark: | -| 2.x.x | :white_check_mark: | +| 2.3.x | :white_check_mark: | +| 2.2.x | :white_check_mark: | | 1.x.x | :x: | If you are using an older, unsupported version, we recommend upgrading to the latest version to benefit from security fixes.