|
| 1 | +<!-- |
| 2 | + ☝️How to write a compelling PR title for @smakss/react-scroll-direction: |
| 3 | + - Prefix it with [feature], [bugfix], [chore] or other relevant tags (if applicable) |
| 4 | + - Start with a verb, for example: add, delete, improve, fix… |
| 5 | + - Specify the main change or improvement, e.g., "add sensitivity adjustment for scroll detection" |
| 6 | + - Prefix with [WIP] if it's a work in progress |
| 7 | +--> |
| 8 | + |
| 9 | +# WHY is this change introduced? |
| 10 | + |
| 11 | +Resolves #0000 <!-- link to issue or task card if one exists --> |
| 12 | + |
| 13 | +<!-- |
| 14 | + Share context about the problem or feature request. |
| 15 | + Why is this change beneficial for the users of this hook? |
| 16 | +--> |
| 17 | + |
| 18 | +## WHAT does this PR introduce or fix? |
| 19 | + |
| 20 | +<!-- |
| 21 | + Detailed summary of changes. Indicate if it introduces a new feature, fixes a bug, or makes improvements. |
| 22 | + Before/after code snippets or explanations are recommended for critical changes. |
| 23 | +--> |
| 24 | + |
| 25 | +### QA Checklist |
| 26 | + |
| 27 | +**Note**: Ensure thorough testing, especially considering interactions with other hooks or components. |
| 28 | + |
| 29 | +- [ ] I have tested this change on multiple React versions |
| 30 | +- [ ] I have verified compatibility with different React setups (e.g., Create React App, Next.js, etc.) |
| 31 | +- [ ] I have added/updated relevant tests, if applicable |
| 32 | +- [ ] I have updated the `README.md` and related documentation, if necessary |
| 33 | + |
| 34 | +### Dependency-specific Checklist |
| 35 | + |
| 36 | +- [ ] Dependencies introduced are lightweight and well-maintained |
| 37 | +- [ ] No known vulnerabilities exist with the introduced dependencies |
| 38 | + |
| 39 | +### Usage-specific Checklist |
| 40 | + |
| 41 | +- [ ] The hook's API remains consistent and user-friendly |
| 42 | +- [ ] Any new features have been documented with clear examples |
| 43 | + |
| 44 | +### Release Notes |
| 45 | + |
| 46 | +**Note**: once this PR is merged, a new release or update might be required for the users. |
| 47 | + |
| 48 | +- Main changes or updates introduced in this release. |
0 commit comments