From cf3c99e5605f38365e3de68bfda18cbc4b4496a9 Mon Sep 17 00:00:00 2001 From: Soim Date: Thu, 24 Feb 2022 08:18:48 +0900 Subject: [PATCH] Comment out some sentences in the PR template --- .github/PULL_REQUEST_TEMPLATE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 77f94b5..6ae91d7 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,13 @@ ## Description -(Please describe what this PR do.) + ## Type of change + - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Documentation update