From 728c20c18d18c61d79ed8c1ed0379ed9cf251e8f Mon Sep 17 00:00:00 2001 From: Kaushal Dhungel <57295839+Kaushal-Dhungel@users.noreply.github.com> Date: Tue, 9 Nov 2021 22:34:40 +0545 Subject: [PATCH] Create PR template (#22) Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 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..dc334a2 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,30 @@ +## Description + + + +## Related resources + + + +* #... +* #... + +## Checklist + + + +* [ ] I have opened this pull request against ``master`` +* [ ] I have added or modified the tests when changing logic +* [ ] I have followed [the conventional commits guidelines](https://www.conventionalcommits.org/) to add meaningful information into the changelog +* [ ] I have read the [contribution guidelines ](https://github.com/django-cms/django-cms/blob/develop/CONTRIBUTING.rst) and I have joined #workgroup-pr-review on +[Slack](https://www.django-cms.org/slack) to find a “pr review buddy” who is going to review my pull request.