From 4e9fa9442c61e3c4765bb41017baa5744404aa2a Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Thu, 13 May 2021 15:15:09 +0200 Subject: [PATCH] PR template update. --- .../PULL_REQUEST_TEMPLATE/pull_request_template.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md index 71958325..bf4b61b0 100644 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -1,16 +1,10 @@ -**What is fixed** +**What is fixed** Add link to the issue this PR fixes. -Add link to the issue this PR fixes. +Example: Fixes #42. -Fixes #42. +**Why is this change proposed** If this change does *not* fix an open issue, briefly describe the rationale for this PR. -**Why is this change proposed** - -If this change does *not* fix an open issue, briefly describe the rationale for this PR. - -**What is changed** - -Briefly describe the changes proposed in this pull request: +**What is changed** Briefly describe the changes proposed in this pull request: * Fixed rare exception happening in `x >= 42` case * Small optimization of `decompress()` method