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