From ce224bd885ef8a700e1bd6e8a50e614c612b189a Mon Sep 17 00:00:00 2001 From: Touha <39002455+iamtouha@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:56:50 +0600 Subject: [PATCH] Create pull_request_template.md --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 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..18ab0e3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +# Description + +Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. + +Fixes # (issue) + +## Type of change +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] This change requires a documentation update +- [ ] This change requires installing new dependencies +