From d3ba7e2834d57ea990484d53ce7234a1564d77e8 Mon Sep 17 00:00:00 2001 From: hasan genc Date: Tue, 14 Sep 2021 12:49:14 +0300 Subject: [PATCH] Add pr template. (#39) --- .github/{workflows => }/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) rename .github/{workflows => }/PULL_REQUEST_TEMPLATE.md (89%) diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md similarity index 89% rename from .github/workflows/PULL_REQUEST_TEMPLATE.md rename to .github/PULL_REQUEST_TEMPLATE.md index 0a23a83..d70259b 100644 --- a/.github/workflows/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,3 +21,4 @@ - [ ] Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate. - [ ] Provide a description in this PR that addresses **what** the PR is solving, or reference the issue that it solves (e.g. `fixes #123`). - [ ] Ideally, include relevant tests that fail without this PR but pass with it. +diff --git a/.github/workflows/PULL_REQUEST_TEMPLATE.md b/.github/workflows/PULL_REQUEST_TEMPLATE.md