diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index f2a5628d7..9628a48a8 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,11 @@ -Thanks for using AutoDispose. Before you create an issue, please consider the following points: + - - [ ] If you think you found a bug, please include a code sample that reproduces the problem. A stacktrace alone is ok too, but may not contain enough context for us to deduce the issue from. + +**Library version**: - - [ ] Please include the library version number, including the minor and patch version, in the issue text. + +**Repro steps or stacktrace**: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e1dcbacb5..3eb40d878 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,13 @@ -Thank you for contributing to AutoDispose. Before pressing the "Create Pull Request" button, please consider the following points: + - - [ ] Please give a description about what and why you are contributing, even if it's trivial. + +**Description**: - - [ ] Please include the issue list number(s) or other PR numbers in the description if you are contributing in response to those. + +**Related issue(s)**: - - [ ] Please include a reasonable set of unit tests if you contribute new code or change an existing one. +