Skip to content

Commit 181ac0b

Browse files
authored
docs(*): update CONTRIBUTING.md and create DEVELOPERS.md
CONTRIBUTING.md - focus on basic info about issues and pull requests for new contributors - move development heavy info to DEVELOPERS.md + add links - remove outdated info DEVELOPERS.md - contains info about project setup, coding rules, and commit message guidelines from CONTRIBUTING.md - add and update info about writing docs from Wiki - add info about development setup from docs contribute.md - add info about running tests on Saucelabs / Browserstack Closes angular#7303 Closes angular#9444 Closes angular#16297
1 parent 0cbc505 commit 181ac0b

File tree

7 files changed

+638
-380
lines changed

7 files changed

+638
-380
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

CONTRIBUTING.md

+113-183
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)