Skip to content

Commit bc9644e

Browse files
mheveryvikerman
authored andcommitted
chore: add github issue / pr template
1 parent a10c02c commit bc9644e

2 files changed

Lines changed: 62 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
**Note: for support questions, please use one of these channels:** https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question. This repository's issues are reserved for feature requests and bug reports.
2+
3+
* **I'm submitting a ... **
4+
[ ] bug report
5+
[ ] feature request
6+
[ ] support request => Please do not submit support request here, see note at the top of this template.
7+
8+
9+
* **Do you want to request a *feature* or report a *bug*?**
10+
11+
12+
13+
* **What is the current behavior?**
14+
15+
16+
17+
* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem** via
18+
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5).
19+
20+
21+
22+
* **What is the expected behavior?**
23+
24+
25+
26+
* **What is the motivation / use case for changing the behavior?**
27+
28+
29+
30+
* **Please tell us about your environment:**
31+
32+
- Angular version: 2.0.0-beta.X
33+
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
34+
- Language: [all | TypeScript X.X | ES6/7 | ES5 | Dart]
35+
36+
37+
38+
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
* **Please check if the PR fulfills these requirements**
2+
- [ ] The commit message follows our guidelines: https://github.com/angular/angular/blob/master/CONTRIBUTING.md#commit-message-format
3+
- [ ] Tests for the changes have been added (for bug fixes / features)
4+
- [ ] Docs have been added / updated (for bug fixes / features)
5+
6+
7+
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
8+
9+
10+
11+
* **What is the current behavior?** (You can also link to an open issue here)
12+
13+
14+
15+
* **What is the new behavior (if this is a feature change)?**
16+
17+
18+
19+
* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?)
20+
21+
22+
23+
* **Other information**:
24+

0 commit comments

Comments
 (0)