From e343bbdeef411b28d1de13681f99bbc270bdd0a6 Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Sat, 11 May 2024 20:09:36 +0530 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..a807cf4 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,24 @@ +## PR Description + +_Add your description_ + +## Related Issues + +- Closes # + +### Checklist + +- [ ] I have gone through the [contributing guide](https://github.com/animator/learn-python/blob/main/CONTRIBUTING.md) +- [ ] I have updated my branch and synced it with project `main` branch before making this PR + +## 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 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