mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2025-07-04 02:53:28 +08:00
docs: add template & issue action (#305)
* docs: add pr template * Create bug_report.md * Create question.md * Create issue-reply.yml
This commit is contained in:
49
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
49
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,49 @@
|
||||
<!--
|
||||
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 -->
|
Reference in New Issue
Block a user