babel-plugin-jsx/.github/PULL_REQUEST_TEMPLATE.md
xrkffgg 29b20e3eb5
docs: add template & issue action (#305)
* docs: add pr template

* Create bug_report.md

* Create question.md

* Create issue-reply.yml
2021-02-07 10:37:12 +08:00

50 lines
1.1 KiB
Markdown

<!--
First of all, thank you for your contribution! 😄
-->
### 🤔 What is the nature of this change?
- [ ] New feature
- [ ] Fix bug
- [ ] Style optimization
- [ ] Code style optimization
- [ ] Performance optimization
- [ ] Build optimization
- [ ] Refactor code or style
- [ ] Test related
- [ ] Other
### 🔗 Related Issue
<!--
Describe the source of related requirements, such as the related issue discussion link.
-->
### 💡 Background or solution
<!--
The specific problem solved.
-->
### 📝 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
<!-- From: https://github.com/one-template/pr-template -->