This is an automated email from the ASF dual-hosted git repository.
russellspitzer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new dae0aa6 Update the pull request template (#198)
dae0aa6 is described below
commit dae0aa6aa70c6d9a27b23126872cae0c98374e9d
Author: Yufei Gu <[email protected]>
AuthorDate: Sun Aug 25 21:17:23 2024 -0700
Update the pull request template (#198)
Co-authored-by: Yufei Gu <yufei.apache.org>
---
.github/pull_request_template.md | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 049432f..deba9e9 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -9,6 +9,7 @@ Fixes # (issue)
Please delete options that are not relevant.
- [ ] Bug fix (non-breaking change which fixes an issue)
+- [ ] Documentation update
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality
to not work as expected)
- [ ] This change requires a documentation update
@@ -21,7 +22,6 @@ Please describe the tests that you ran to verify your
changes. Provide instructi
- [ ] Test B
**Test Configuration**:
-* Firmware version:
* Hardware:
* Toolchain:
* SDK:
@@ -34,7 +34,4 @@ Please delete options that are not relevant.
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
-- [ ] I have added tests that prove my fix is effective or that my feature
works
-- [ ] New and existing unit tests pass locally with my changes
-- [ ] Any dependent changes have been merged and published in downstream
modules
- [ ] If adding new functionality, I have discussed my implementation with the
community using the linked GitHub issue