react-code-dataset / hooks /.github /PULL_REQUEST_TEMPLATE.md
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
|
raw
history blame
1.68 kB
<!--
First of all, thank you for your contribution! πŸ˜„
New feature please send a pull request to master branch.
Pull requests will be merged after one of the collaborators approve.
Please makes sure that these forms are filled before submitting your pull request, thank you!
-->
[[δΈ­ζ–‡η‰ˆζ¨‘ζΏ / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)]
### πŸ€” This is a ...
- [ ] New feature
- [ ] Bug fix
- [ ] Site / documentation update
- [ ] Demo update
- [ ] TypeScript definition update
- [ ] Bundle size optimization
- [ ] Performance optimization
- [ ] Enhancement feature
- [ ] Internationalization
- [ ] Refactoring
- [ ] Code style optimization
- [ ] Test Case
- [ ] Branch merge
- [ ] Other (about what?)
### πŸ”— Related issue link
<!--
1. Describe the source of requirement, like related issue link.
-->
### πŸ’‘ Background and solution
<!--
1. Describe the problem and the scenario.
2. GIF or snapshot should be provided if includes UI/interactive modification.
3. How to fix the problem, and list final API implementation and usage sample if that is a new feature.
-->
### πŸ“ Changelog
<!--
Describe changes from the user side, and list all potential break changes or other risks.
--->
| Language | Changelog |
| ---------- | --------- |
| πŸ‡ΊπŸ‡Έ English | |
| πŸ‡¨πŸ‡³ Chinese | |
### β˜‘οΈ Self Check before Merge
⚠️ Please check all items below before review. ⚠️
- [ ] Doc is updated/provided or not needed
- [ ] Demo is updated/provided or not needed
- [ ] TypeScript definition is updated/provided or not needed
- [ ] Changelog is provided or not needed