mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 04:25:29 -04:00
PR template + rename issue template.
This commit is contained in:
parent
4c2ab6da7b
commit
00f8d87f36
17
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
17
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
vendored
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user