From 466e19a17465ad3aa4c6ed6a89ab604a12fca18d Mon Sep 17 00:00:00 2001 From: Tushar Banik <107763774+Tushar98644@users.noreply.github.com> Date: Sun, 31 Mar 2024 13:44:38 +0530 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 51 +++++++++++++++++--------------- 1 file changed, 27 insertions(+), 24 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 94f2140..4e693c7 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,36 +1,39 @@ - +# Description -## Fixes Issue +Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. - +Fixes # (issue) - +## Type of change -## Changes proposed +Please delete options that are not relevant. - +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] 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 - - +Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration -## Check List (Check all the applicable boxes) +- [ ] Test A +- [ ] Test B -- [ ] My code follows the code style of this project. -- [ ] My change requires changes to the documentation. -- [ ] I have updated the documentation accordingly. -- [ ] All new and existing tests passed. -- [ ] This PR does not contain plagiarized content. -- [ ] The title of my pull request is a short description of the requested changes. +**Test Configuration**: -## Screenshots +- Firmware version: +- Hardware: +- Toolchain: +- SDK: - +# Checklist: -## Note to reviewers - - +- [ ] My code follows the style guidelines of this project +- [ ] I have performed a self-review of my own code +- [ ] 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