From 2e6cc6fbfdb7b74a5f077e0e09e598c9e3a72e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dandelion=20Man=C3=A9?= Date: Tue, 7 Aug 2018 13:09:05 -0700 Subject: [PATCH] Remove the PULL_REQUEST_TEMPLATE.md (#618) It's annoying that it always appends it to the end of the PR message when we've uploaded a single commit. Since we have new contributors relatively rarely, but we are slightly annoyed by it constantly, it's better to remove it. Test plan: not needed --- .github/PULL_REQUEST_TEMPLATE.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 45b757a..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,10 +0,0 @@ -Please read our [guide for contributors][guide] before submitting your -pull request. - -[guide]: https://github.com/sourcecred/sourcecred/blob/master/CONTRIBUTING.md - -Summary: -[Please describe your changes.] - -Test Plan: -[Please list the steps required to verify that your change is correct.]