Skip to content

Commit 79b1db7

Browse files
committed
feat(GitHub): add issue and PR templates
1 parent 214a6fe commit 79b1db7

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Diff for: ISSUE_TEMPLATE.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Item | Version
2+
----- | -----
3+
generator-angular-fullstack | x.x.x
4+
Node | x.x.x
5+
npm | x.x.x
6+
Operating System | OS X 10 / Windows 10 / Ubuntu 15.10 / etc
7+
etc | etc
8+
9+
Item | Answer
10+
----- | -----
11+
Transpiler | Babel / TypeScript
12+
Markup | HTML / Jade
13+
CSS | CSS / LESS / SCSS / Stylus
14+
Router | ngRoute / ui-router
15+
Build Tool | Grunt / Gulp
16+
Client Tests | Jasmine / Mocha
17+
DB | MongoDB / SQL
18+
Auth | Y / N
19+
etc | etc

Diff for: PULL_REQUEST_TEMPLATE.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- [ ] I have read the [Contributing Documents](https://github.com/DaftMonk/generator-angular-fullstack/blob/master/contributing.md)
2+
- [ ] My commit(s) follow the [AngularJS commit message guidelines](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/)

0 commit comments

Comments
 (0)