|
| 1 | +<!-- Thank you for contributing to @keyvaluesystems/react-multi-selection-ui-component! --> |
| 2 | +<!-- Before submitting a pull request, please review our contributing guidelines. --> |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +## Pull Request Checklist |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | +- [ ] **Read the contributing guidelines.** |
| 11 | +- [ ] **Linked to an issue:** Fixes # (replace with the issue number, if applicable) |
| 12 | +- [ ] **Branch is up-to-date with the base branch:** `master` |
| 13 | +- [ ] **Changes pass tests locally:** `npm test` or `yarn test` |
| 14 | +- [ ] **Documentation has been updated, if necessary** |
| 15 | +- [ ] **Code follows the style guide of the project** |
| 16 | + |
| 17 | + |
| 18 | +## Description |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +<!-- Provide a brief description of your changes. --> |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | +## Screenshots (if applicable) |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +<!-- Add screenshots or GIFs to help explain your changes. --> |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | +## Additional Notes |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +<!-- Any additional information you want to provide that is not covered by the checklist or description. --> |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | +## Related Issues or PRs |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +<!-- If your pull request is related to any issue(s) or other pull request(s), mention them here. --> |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | +## Reviewer Guidelines |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | +<!-- Suggest specific areas of the codebase that you would like the reviewer to focus on. --> |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | +## Testing Instructions |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +<!-- Provide step-by-step instructions on how to test your changes. --> |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | +## Checklist for Reviewers |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | +- [ ] Code follows project conventions and style |
| 71 | +- [ ] Changes do not introduce new warnings or errors |
| 72 | +- [ ] Unit tests cover the changes |
| 73 | +- [ ] Documentation is updated |
| 74 | + |
| 75 | + |
| 76 | +## By submitting this pull request, I confirm that my contribution is made under the terms of the MIT License. |
0 commit comments