From b19eb89706bf184b08033bad17449822a9cf8c94 Mon Sep 17 00:00:00 2001 From: Ayush Bansal Date: Thu, 7 Jul 2022 22:25:43 +0530 Subject: [PATCH] chore: pull request template added --- .github/pull_request_template.md | 5 +++++ 1 file changed, 5 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..007c487 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,5 @@ +## Description + +*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* + +*List which issues are fixed by this PR from the [issue database](https://github.com/CRED-CLUB/neopop-flutter). You must list at least one issue.* \ No newline at end of file