Skip to content

Commit 567f9b0

Browse files
committed
chore: streamline issue/pr templates
Removes the bullet points and makes all prompts bold, which should make it easier to see which content has been added by the issue author
1 parent 0c2d398 commit 567f9b0

File tree

2 files changed

+14
-16
lines changed

2 files changed

+14
-16
lines changed

.github/ISSUE_TEMPLATE.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
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.
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.**
22

3-
* **Do you want to request a *feature* or report a *bug*?**
3+
**Do you want to request a *feature* or report a *bug*?**
44

55

66

7-
* **What is the current behavior?**
7+
**What is the current behavior?**
88

99

1010

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).
11+
**If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://plnkr.co or similar (template: http://plnkr.co/edit/tpl:yBpEi4).**
1312

1413

1514

16-
* **What is the expected behavior?**
15+
**What is the expected behavior?**
1716

1817

1918

20-
* **What is the motivation / use case for changing the behavior?**
19+
**What is the motivation / use case for changing the behavior?**
2120

2221

2322

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 and snapshot versions.
23+
**Which versions of Angular, and which browser / OS are affected by this issue? Did this work in previous versions of Angular? Please also test with the latest stable and snapshot (https://code.angularjs.org/snapshot/) versions.**
2624

2725

2826

29-
* **Other information** (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix)
27+
**Other information (e.g. stacktraces, related issues, suggestions how to fix)**

.github/PULL_REQUEST_TEMPLATE.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
1+
**What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)**
22

33

44

5-
* **What is the current behavior?** (You can also link to an open issue here)
5+
**What is the current behavior? (You can also link to an open issue here)**
66

77

88

9-
* **What is the new behavior (if this is a feature change)?**
9+
**What is the new behavior (if this is a feature change)?**
1010

1111

1212

13-
* **Does this PR introduce a breaking change?**
13+
**Does this PR introduce a breaking change?**
1414

1515

1616

17-
* **Please check if the PR fulfills these requirements**
17+
**Please check if the PR fulfills these requirements**
1818
- [ ] The commit message follows our guidelines: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit-message-format
1919
- [ ] Tests for the changes have been added (for bug fixes / features)
2020
- [ ] Docs have been added / updated (for bug fixes / features)
2121

22-
* **Other information**:
22+
**Other information**:
2323

0 commit comments

Comments
 (0)