Skip to content

Commit 3c86212

Browse files
committed
chore: add issue and PR templates
1 parent 85ef70f commit 3c86212

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

.github/ISSUE_TEMPLATE.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
**Note: for support questions, please use one of these channels:** https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#question. This repository's issues are reserved for feature requests and bug reports.
2+
3+
* **Do you want to request a *feature* or report a *bug*?**
4+
5+
6+
7+
* **What is the current behavior?**
8+
9+
10+
11+
* **If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem** via
12+
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:yBpEi4).
13+
14+
15+
16+
* **What is the expected behavior?**
17+
18+
19+
20+
* **What is the motivation / use case for changing the behavior?**
21+
22+
23+
24+
* **Which version of Angular, and which browser and OS does this issue affect?** Did this work in previous
25+
versions of Angular? Please also test with the latest stable ánd snapshot versions.
26+
27+
28+
29+
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix)

.github/PULL_REQUEST_TEMPLATE.md

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

0 commit comments

Comments
 (0)