Skip to content

Commit

Permalink
chore(github): add GitHub PR and issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
fh1ch committed Dec 30, 2017
1 parent 6229a2b commit 7879d94
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,23 @@
Node Version: `X.Y.Z`

Node BACstack Version: `X.Y.Z`

- [ ] Bug Report
- [ ] Feature Request
- [ ] Question

### Feature Request / Question

-

### Current Behaviour (Bug Report)

-

### Expected Behaviour (Bug Report)

-

### Steps to reproduce Issue (Bug Report)

-
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,14 @@
### Checklist

- [ ] I've read and followed the [Contribution Guide](https://github.com/fh1ch/node-bacstack/blob/master/CONTRIBUTING.md).
- [ ] My commit messages reference affected issues and mention breaking changes if applicable.
- [ ] I've updated / wrote inline documentation for the source code affected by my changes.
- [ ] All mandatory CI checks have passed (see when Pull Request has been submitted).

### Open Question

-

### What does this Pull Request do

-

0 comments on commit 7879d94

Please sign in to comment.