From 3b7e2856a49583c3d0053b2ccf018a3d1a59bddb Mon Sep 17 00:00:00 2001 From: Bharat Sharma Date: Thu, 7 Jul 2022 22:11:11 +0530 Subject: [PATCH 1/2] chore: add pr template --- .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..84f0336 --- /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.* From 392b15053e8a2cc9931cb928c63075f345e5f712 Mon Sep 17 00:00:00 2001 From: Bharat Sharma Date: Sun, 17 Jul 2022 15:55:27 +0530 Subject: [PATCH 2/2] fix: issue db url --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 84f0336..7376833 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,4 +2,4 @@ *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.* +*List which issues are fixed by this PR from the [issue database](https://github.com/CRED-CLUB/neopop-flutter/issues). You must list at least one issue.*