onepanel/.github/PULL_REQUEST_TEMPLATE.md

27 lines
852 B
Markdown
Raw Normal View History

2020-06-05 07:01:17 +08:00
<!-- Thanks for sending a pull request! Here are some tips for you:
2020-06-05 03:52:45 +08:00
1. Please read our contributor guidelines: https://docs.onepanel.ai/docs/getting-started/contributing
2020-06-05 09:26:20 +08:00
2. Prefix the title of this PR with `feat:`, `fix:`, `docs:` or `chore:`, example: `feat: added great feature`
3. If this PR is a feature or enhancement, then create an issue (https://github.com/onepanelio/core/issues) first.
2020-06-03 05:10:45 +08:00
-->
**What this PR does**:
**Which issue(s) this PR fixes**:
<!--
*Automatically closes linked issue when PR is merged.
2020-06-05 09:26:20 +08:00
Usage: `Fixes onepanelio/core#<issue-number>`
2020-06-03 05:10:45 +08:00
-->
2020-06-05 09:26:20 +08:00
Fixes onepanelio/core#
2020-06-03 05:10:45 +08:00
**Special notes for your reviewer**:
**Checklist**
Please check if applies
- [ ] I have added/updated relevant unit tests
- [ ] I have added/updated relevant documentation
Required
- [ ] I accept to release these changes under the Apache 2.0 License