From f7cdf067d4766c5425fc64ac29762e9c390ba5d2 Mon Sep 17 00:00:00 2001 From: Suhani Singh Paliwal <161575955+suhanipaliwal@users.noreply.github.com> Date: Wed, 22 May 2024 11:32:47 +0530 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 58 +++++++++++--------------------- 1 file changed, 20 insertions(+), 38 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 92f18132..da6f7f2c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,50 +1,32 @@ -## PR Description +## Description -_Add your description_ +[Please include a brief description of the changes or features added] -## Related Issues: Issue for which you are raising a PR for +## Related Issues +[Cite any related issue(s) this pull request addresses. If none, simply state “None”] - Closes # -### Issue +## Type of PR -[Issue number or description] +- [ ] Bug fix +- [ ] Feature enhancement +- [ ] Documentation update +- [ ] Other (specify): _______________ -### Checklist +## Screenshots / videos (if applicable) +[Attach any relevant screenshots or videos demonstrating the changes] -- [ ] I have gone through the [contributing guide](## PR Description -_Add your description_ - -## Related Issues: Issue for which you are raising a PR for - -- Closes # - -### Issue - -[Issue number or description] - -### Checklist +## Checklist - [ ] I have gone through the [contributing guide](https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-/) - [ ] I have updated my branch and synced it with project `main` branch before making this PR -- [ ] Is this a bug fix/enhancement/documentation changes - - -## Undertaking - -I declare that: - -1. The content I am submitting is original and has not been plagiarized. -2. No portion of the work has been copied from any other source without proper attribution. -3. The work has been checked for plagiarism, and I assure its authenticity. -- [ ] I have updated my branch and synced it with project `main` branch before making this PR -- [ ] Is this a bug fix/enhancement/documentation changes -- [ ] Part of GSSOC -- [ ] Tested for any breaking changes -- [ ] Other relevant checks completed - - -I understand that any violation of this undertaking may have legal consequences that I will bear and could result in the withdrawal of any recognition associated with the work. - -- [ ] I Agree +- [ ] I have performed a self-review of my code +- [ ] I have tested the changes thoroughly before submitting this pull request. +- [ ] I have provided relevant issue numbers, screenshots, and videos after making the changes. +- [ ] I have commented my code, particularly in hard-to-understand areas. + + +## Additional context: +[Include any additional information or context that might be helpful for reviewers.]