From 00f8d87f3608855c1915de645b314cc48cc6b444 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Sun, 9 May 2021 18:08:16 +0200 Subject: [PATCH] PR template + rename issue template. --- ...=> trouble_shooting_and_programming_help.md} | 0 .../pull_request_template.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+) rename .github/ISSUE_TEMPLATE/{trouble-shooting-and-programming-help.md => trouble_shooting_and_programming_help.md} (100%) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/ISSUE_TEMPLATE/trouble-shooting-and-programming-help.md b/.github/ISSUE_TEMPLATE/trouble_shooting_and_programming_help.md similarity index 100% rename from .github/ISSUE_TEMPLATE/trouble-shooting-and-programming-help.md rename to .github/ISSUE_TEMPLATE/trouble_shooting_and_programming_help.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 00000000..71958325 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,17 @@ +**What is fixed** + +Add link to the issue this PR fixes. + +Fixes #42. + +**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: + +* Fixed rare exception happening in `x >= 42` case +* Small optimization of `decompress()` method +* Corrected API doc for `compress()` method to reflect current implementation \ No newline at end of file