Skip to content

Commit

Permalink
Add issue & pull request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenlehara committed Mar 1, 2017
1 parent dd70b12 commit 5dc34c5
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!--
Please use the labels on the right to classify your issue as a bug, enhancement, or question.
If you’re filing a bug, please provide the following information:
-->

__How often can you reproduce it?__ <!-- Use [x] to mark your choice. -->

- [ ] Always
- [ ] Sometimes
- [ ] Rarely
- [ ] Unable
- [ ] I didn’t try

<!-- Please provide a detailed description of the issue. Include specific details to help us understand the problem. -->

__Description:__



<!-- List the step-by-step process to reproduce the issue. -->

__Steps to reproduce:__

1. Include a link to your project (if possible)
2. Detail the exact steps taken to produce the problem
3. Include a gif if possible; you can use LICEcap to make a gif: http://www.cockos.com/licecap/

<!-- Describe what you expected to have happen after completing the steps above. -->

__Expected results:__



<!-- Describe what actually happened after completing the steps above. -->

__Actual results:__



<!-- Include details about your environment. -->

__Environment:__

| Software | Version
| -------------------------- | -------
| donejs -V |
| generator-donejs version |
| node -v |
| npm -v |
| Operating system |
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!--
Thanks for your contribution!
Please make sure your pull request (PR) includes documentation and/or test updates.
In this PR description, please include a link to the issue(s) your PR addresses. If you include the issue number(s) in your commit(s), GitHub can automatically close the original issue(s): https://help.github.com/articles/closing-issues-via-commit-messages/
If applicable, please include a screenshot or gif to demonstrate your change. This makes it easier for reviewers to verify that it works for them. You can use LICEcap to make a gif: http://www.cockos.com/licecap/
-->

0 comments on commit 5dc34c5

Please sign in to comment.