Skip to content

Commit

Permalink
Add github issue and PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnycase committed Sep 20, 2018
1 parent cf49451 commit a1bed2a
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,45 @@
Make sure you read and understand this document.
Use one of the two templates below and delete the rest.

- [ ] BUG REPORT
- [ ] FEATURE REQUEST

-------------------------------------------------------------------------------
> BUG REPORT
### Expected behavior

### Actual behavior

### Test code

Provide a [Minimal, Complete, and Verifiable example](http://stackoverflow.com/help/mcve) which will reproduce the problem.

```bash
# Add code here
```

### Document version

Which branch are you on? If you know the Git revision then add it here as well.

### Hardware

Which hardware do you use?

### System

What system do you use?

-------------------------------------------------------------------------------
> FEATURE REQUEST
### Missing feature

### Justification

Tell us why you would like to see this feature added.

### Workarounds

Are there any workarounds you currently have in place because the feature is missing?
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,8 @@
Fixes #\<GitHub-issue-number\>.

Make sure all boxes are checked (add x inside the brackets) when you submit your contribution, remove this sentence before doing so.

- [ ] I have thoroughly tested my contribution.
- [ ] The code I submitted has no copyright issues.

\<Description of and rational behind this PR\>

0 comments on commit a1bed2a

Please sign in to comment.