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.] diff --git a/.github/workflows/auto-comment-on-pr-merge.yml b/.github/workflows/auto-comment-on-pr-merge.yml new file mode 100644 index 00000000..c88e9ccc --- /dev/null +++ b/.github/workflows/auto-comment-on-pr-merge.yml @@ -0,0 +1,37 @@ +name: Auto Comment on PR Merge + +on: + pull_request_target: + types: [closed] + +permissions: + issues: write + pull-requests: write + +jobs: + comment: + if: github.event.pull_request.merged == true + runs-on: ubuntu-latest + + steps: + - name: Add Comment to Merged PR + run: | + COMMENT=$(cat < News RapiDoc - - - + -