From 82631bdbf4573c4a886e17adf8dcb0847e2c51e3 Mon Sep 17 00:00:00 2001 From: Dmytro Serdiuk Date: Thu, 21 Nov 2019 12:12:47 +0200 Subject: [PATCH] Don't ask issue number in the pull request template By the contribution guide, a contributor should specify the issue number in a commit message if possible. That's why there is on sense to ask about it again in a pull request. Additionally, if there is only one commit, its message will be inserted prior to template message while creating a new pull request. So, this simple change should speed up the creation of the pull requests. --- .github/pull_request_template.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 22f7b47..aa250be 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,3 @@ -The proposed changes appertain to #_. - The contribution: - [ ] updates all affected documentation - [ ] provides commits messages which comply with the `CONTRIBUTING.md > Committing the changes` rules