react-day-picker
react-day-picker copied to clipboard
Fix comments, tests
Description
Please provide a brief summary of the changes made in this pull request. Include any relevant context or motivation behind these changes.
Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
Checklist
Before submitting your pull request, please make sure the following is done:
- [ ] I have read the CONTRIBUTING doc
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added necessary documentation (if appropriate)
- [ ] I have followed the coding guidelines in this project
- [ ] I have tested my changes on different browsers and screen sizes
Linked Issues
If this PR addresses any existing issues, please link them here. Example: Fixes #123
Test Plan
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Screenshots (if appropriate)
Include screenshots or GIFs if relevant. This is especially important for UI-related changes.
Further Comments
If you have any additional comments or questions, please add them here.
Pull request title linting :rotating_light:
In order to merge this pull request, the title of the pull request should be prefixed by one of the available types.
Available types:
- feat: A new feature
- fix: A bug fix
- docs: Documentation only changes
- style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
- refactor: A code change that neither fixes a bug nor adds a feature
- perf: A code change that improves performance
- test: Adding missing tests or correcting existing tests
- build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
- ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
- chore: Other changes that don't modify src or test files
- revert: Reverts a previous commit
Examples
feat(grpc): add new endpoint
refactor: combine class A and class B
ci: update pull request linter
style: change format of strings
:tipping_hand_person: For more examples, visit https://www.conventionalcommits.org/en/v1.0.0/#examples.