dgiot/.github/PULL_REQUEST_TEMPLATE.md

16 lines
759 B
Markdown
Raw Normal View History

2021-05-18 14:54:48 +08:00
<!-- Please describe the current behavior and link to a relevant issue. -->
Fixes <issue-number>
2021-08-16 15:07:42 +08:00
**If your build fails** due to your commit message not passing the build checks, please review the guidelines here: https://github.com/emqx/emqx/blob/master/CONTRIBUTING.md.
2021-05-18 14:54:48 +08:00
## PR Checklist
Please convert it to a draft if any of the following conditions are not met. Reviewers may skip over until all the items are checked:
- [ ] Tests for the changes have been added (for bug fixes / features)
- [ ] Docs have been added / updated (for bug fixes / features)
- [ ] In case of non-backward compatible changes, reviewer should check this item as a write-off, and add details in **Backward Compatibility** section
## Backward Compatibility
## More information