Skip to content

Commit

Permalink
Added Issue and Pull Request templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tohjustin committed Jan 2, 2017
1 parent bd65c95 commit ebab198
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**I'm submitting a ...** (check one with "x")
[ ] bug report
[ ] feature request

**Current behaviour:**
<!-- Describe how the bug manifests. -->

**Expected behaviour:**
<!-- Describe what the behaviour would be without the bug. -->

**Steps to reproduce:**
<!-- If you are able to illustrate the bug or feature request with an example, please provide steps to reproduce and if possible a demo using http://plnkr.co or https://jsfiddle.net/ -->

**Related code:**

```
insert any relevant code here
```

**Other information:**
<!-- List any other information that is relevant to your issue. Stack traces, related issues, suggestions on how to fix, Stack Overflow links, forum links, etc. -->
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#### Short description of what this resolves:


#### Changes proposed in this pull request:

-
-
-

**Fixes**: #

Before submitting your PR, please review the following checklist:

- [ ] **DO** add a unit test if your PR resolves an issue.
- [ ] **DO** make sure unit tests pass.
- [ ] **DO** make sure not to introduce any compiler warnings.
- [ ] **AVOID** breaking the continuous integration build.

0 comments on commit ebab198

Please sign in to comment.