Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 082b8d8

Browse files
committed
fixup! create DEVELOPERS.md
1 parent a81da61 commit 082b8d8

File tree

6 files changed

+548
-521
lines changed

6 files changed

+548
-521
lines changed

.github/ISSUE_TEMPLATE.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION WE MIGHT CLOSE YOUR ISSUE WITHOU
1111
<!-- (check one with "x") -->
1212
- [ ] bug report
1313
- [ ] feature request
14-
- [ ] other (Please do not submit support requests here (see above))
14+
- [ ] other <!--(Please do not submit support requests here - see above)-->
1515

1616
**Current behavior:**
1717
<!-- Describe how the bug manifests / how the current features are insufficient. -->
@@ -27,7 +27,8 @@ https://plnkr.co or similar (you can use this template as a starting point: http
2727
-->
2828

2929
**AngularJS version:** 1.x.y
30-
<!-- Check whether this is still an issue in the most recent stable or in the snapshot AngularJS version (https://code.angularjs.org/snapshot/) -->
30+
<!-- Check whether this is still an issue in the most recent stable or in the snapshot AngularJS
31+
version (https://code.angularjs.org/snapshot/) -->
3132

3233
**Browser:** [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
3334
<!-- All browsers where this could be reproduced (and Operating System if relevant) -->

.github/PULL_REQUEST_TEMPLATE.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!-- General PR submission guidelines https://github.com/angular/angular.js/CONTRIBUTING.md#submit-pr -->
12
**What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)**
23

34

@@ -15,9 +16,9 @@
1516

1617

1718
**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)
19+
- [ ] The commit message follows our [guidelines](DEVELOPERS.md#commits)
20+
- [ ] Fix/Feature: [Docs](DEVELOPERS.md#documentation) have been added/updated
21+
- [ ] Fix/Feature: Tests have been added; existing tests pass
2122

2223
**Other information**:
2324

0 commit comments

Comments
 (0)