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