nocobase/.github/pull_request_template.md
YANG QIA 73d510511d
Update pull_request_template.md
Add related issues block
2024-07-02 12:22:31 +08:00

42 lines
1.1 KiB
Markdown

<!--
First of all, thank you for your contribution!
For bug fixes or other non-feature modifications, please base your branch on the main branch.
For new features or API modifications, please make sure your branch is based on the next branch.
Thank you!
-->
### This is a ...
- [ ] New feature
- [ ] Bug fix
- [ ] Others
### Motivation
<!-- Please explain the reason of the changes made in this PR. -->
### Description
<!--
Please describe the key changes made in this PR clearly and concisely,
mention any potential risks,
and provide some testing suggestions.
-->
### Showcase
<!-- Including any screenshots of the changes. -->
### Related issues
### Changelog
| Language | Changelog |
| ---------- | --------- |
| 🇺🇸 English | |
| 🇨🇳 Chinese | |
### Checklists
- [ ] All changes have been self-tested and work as expected
- [ ] Test cases are updated/provided or not needed
- [ ] Doc is updated/provided or not needed
- [ ] Component demo is updated/provided or not needed
- [ ] Changelog is provided or not needed
- [ ] Request a code review if it is necessary