From a20f51de0ff127ec619db5d5ec6a1bb848cea4b6 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Fri, 19 Jul 2019 14:27:19 -0400 Subject: [PATCH] another tweak --- .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 cbd03637f1..1e77e0337a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ -###### Before submitting the PR, please make sure you do the following +### Before submitting the PR, please make sure you do the following - [ ] It's really useful if your PR relates to an outstanding issue, so please reference it in your PR, or create an explanatory one for discussion. In many cases features are absent for a reason. - [ ] This message body should clearly illustrate what problems it solves. If there are related issues, remember to reference them. - [ ] Ideally, include a test that fails without this PR but passes with it. PRs will only be merged once they pass CI. (Remember to `npm run lint`!)