Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update templates to use html comments #106

Merged
merged 1 commit into from Oct 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 9 additions & 3 deletions .github/ISSUE_TEMPLATE.md
@@ -1,5 +1,11 @@
Thanks for using AutoDispose. Before you create an issue, please consider the following points:
<!--
Thanks for using AutoDispose. Before you create an issue, please consider the following points to help us best diagnose the issue.
Feel free to remove any irrelevant parts that you know are not related to the issue.
Any HTML comment like this will be stripped when rendering markdown, no need to delete them.
-->

- [ ] 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.
<!-- Please include the library version number, including the minor and patch version (like `1.0.0`), in the issue text. -->
**Library version**:

- [ ] Please include the library version number, including the minor and patch version, in the issue text.
<!-- 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. -->
**Repro steps or stacktrace**:
14 changes: 10 additions & 4 deletions .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:
<!--
Thank you for contributing to AutoDispose. Before pressing the "Create Pull Request" button, please consider the following points.
Feel free to remove any irrelevant parts that you know are not related to the issue.
Any HTML comment like this will be stripped when rendering markdown, no need to delete them.
-->

- [ ] Please give a description about what and why you are contributing, even if it's trivial.
<!-- 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.
<!-- 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.
<!-- Please include a reasonable set of unit tests if you contribute new code or change an existing one. -->