react-code-dataset / react-grid-layout /.github /PULL_REQUEST_TEMPLATE.md
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
## Description
<!--
Don't leave this blank! Tell us what this PR is about, what it fixes, or what it adds.
-->
This PR [adds/removes/fixes/replaces] the [feature/bug/etc].
## What type of PR is this? (check all applicable)
- [ ] πŸ• Feature
- [ ] πŸ› Bug Fix
- [ ] πŸ“ Documentation Update
- [ ] 🎨 Style
- [ ] πŸ§‘β€πŸ’» Code Refactor
- [ ] πŸ”₯ Performance Improvements
- [ ] βœ… Test
- [ ] πŸ€– Build
- [ ] πŸ” CI
- [ ] πŸ“¦ Chore (Release)
- [ ] ⏩ Revert
## Related Tickets & Documents
<!--
Please use this format to link issue numbers: "Fixes #123"
https://docs.github.com/en/free-pro-team@latest/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
-->
## Mobile & Desktop Screenshots/Recordings
<!-- Visual changes require screenshots -->
## Added tests?
- [ ] πŸ‘ yes
- [ ] πŸ™… no, because they aren't needed
- [ ] πŸ™‹ no, because I need help
## Added to documentation?
- [ ] πŸ“œ README.md
- [ ] πŸ““ examples
- [ ] πŸ™… no documentation needed
<!--
PRs with deleted sections will be marked invalid.
Please do not commit built files (`/dist`) to pull requests. They are built only at release.
PRs with changes to `/dist` or version increments in package.json will be rejected.
-->
<!--
For Work In Progress Pull Requests, please use the Draft PR feature,
see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details.
For a timely review/response, please avoid force-pushing additional
commits if your PR already received reviews or comments.
Before submitting a Pull Request, please ensure you've done the following:
- πŸ“– Read the Open Sauced Contributing Guide: https://github.com/open-sauced/.github/blob/main/CONTRIBUTING.md.
- πŸ“– Read the Open Sauced Code of Conduct: https://github.com/open-sauced/.github/blob/main/CODE_OF_CONDUCT.md.
- πŸ‘·β€β™€οΈ Create small PRs. In most cases, this will be possible.
- βœ… Provide tests for your changes.
- πŸ“ Use descriptive commit messages.
- πŸ“— Update any related documentation and include any relevant screenshots.
-->