From 2a6f8ed41d8ce10103aa39e4fe2e870c3bfbf1a1 Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Mon, 25 Oct 2021 16:44:46 +0330 Subject: [PATCH] add pull request template --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 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 00000000..33c4cf04 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ +<--! +Pull Request Checklist: +- Mention what the pull request does and the rational behind the changes +- Include enough before and after images if there are visual changes +- Mention all issues the pull request is closing +--> \ No newline at end of file