Skip to content

Commit

Permalink
feat(GitHub): add issue and PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Mar 23, 2016
1 parent 214a6fe commit 79b1db7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ISSUE_TEMPLATE.md
@@ -0,0 +1,19 @@
Item | Version
----- | -----
generator-angular-fullstack | x.x.x
Node | x.x.x
npm | x.x.x
Operating System | OS X 10 / Windows 10 / Ubuntu 15.10 / etc
etc | etc

Item | Answer
----- | -----
Transpiler | Babel / TypeScript
Markup | HTML / Jade
CSS | CSS / LESS / SCSS / Stylus
Router | ngRoute / ui-router
Build Tool | Grunt / Gulp
Client Tests | Jasmine / Mocha
DB | MongoDB / SQL
Auth | Y / N
etc | etc
2 changes: 2 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,2 @@
- [ ] I have read the [Contributing Documents](https://github.com/DaftMonk/generator-angular-fullstack/blob/master/contributing.md)
- [ ] My commit(s) follow the [AngularJS commit message guidelines](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/)

0 comments on commit 79b1db7

Please sign in to comment.