-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(GitHub): add issue and PR templates
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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/) |