You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+19-20Lines changed: 19 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing to Angular DevKit
2
2
3
-
We would love for you to contribute to Angular CLI and help make it even better
3
+
We would love for you to contribute to DevKit and help make it even better
4
4
than it is today! As a contributor, here are the guidelines we would like you
5
5
to follow:
6
6
@@ -18,7 +18,7 @@ Help us keep Angular open and inclusive. Please read and follow our [Code of Con
18
18
19
19
## <aname="question"></a> Got a Question or Problem?
20
20
21
-
Please, do not open issues for the general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [StackOverflow](https://stackoverflow.com/questions/tagged/angular-cli) where the questions should be tagged with tag `angular-cli`.
21
+
Please, do not open issues for the general support questions as we want to keep GitHub issues for bug reports and feature requests. You've got much better chances of getting your question answered on [StackOverflow](https://stackoverflow.com/questions/tagged/angular-devkit) where the questions should be tagged with tag `angular-devkit`.
22
22
23
23
StackOverflow is a much better place to ask questions since:
24
24
@@ -38,8 +38,7 @@ If you find a bug in the source code or a mistake in the documentation, you can
38
38
## <aname="feature"></a> Want a Feature?
39
39
You can *request* a new feature by [submitting an issue](#submit-issue) to our [GitHub
40
40
Repository][github]. If you would like to *implement* a new feature, please submit an issue with
41
-
a proposal for your work first, to be sure that we can use it. Angular CLI is in developer preview
42
-
and we are not ready to accept major contributions ahead of the full release.
41
+
a proposal for your work first, to be sure that we can use it.
43
42
Please consider what kind of change it is:
44
43
45
44
* For a **Major Feature**, first open an issue and outline your proposal so that it can be
@@ -53,9 +52,9 @@ and help you to craft the change so that it is successfully accepted into the pr
53
52
54
53
Before you submit an issue, please search the issue tracker, maybe an issue for your problem already exists and the discussion might inform you of workarounds readily available.
55
54
56
-
We want to fix all the issues as soon as possible, but before fixing a bug we need to reproduce and confirm it. In order to reproduce bugs we will systematically ask you to provide a minimal reproduction scenario using `ng new repro-app`. Having a reproducible scenario gives us wealth of important information without going back & forth to you with additional questions like:
55
+
We want to fix all the issues as soon as possible, but before fixing a bug we need to reproduce and confirm it. Having a reproducible scenario gives us wealth of important information without going back & forth to you with additional questions like:
57
56
58
-
- version of Angular CLI used
57
+
- version of Angular DevKit used
59
58
-`.angular-cli.json` configuration
60
59
- 3rd-party libraries and their versions
61
60
- and most importantly - a use-case that fails
@@ -66,13 +65,13 @@ We will be insisting on a minimal reproduce scenario in order to save maintainer
66
65
67
66
Unfortunately we are not able to investigate / fix bugs without a minimal reproduction, so if we don't hear back from you we are going to close an issue that don't have enough info to be reproduced.
68
67
69
-
You can file new issues by filling out our [new issue form](https://github.com/angular/angular-cli/issues/new).
68
+
You can file new issues by filling out our [new issue form](https://github.com/angular/devkit/issues/new).
70
69
71
70
72
71
### <aname="submit-pr"></a> Submitting a Pull Request (PR)
73
72
Before you submit your Pull Request (PR) consider the following guidelines:
74
73
75
-
* Search [GitHub](https://github.com/angular/angular-cli/pulls) for an open or closed PR
74
+
* Search [GitHub](https://github.com/angular/devkit/pulls) for an open or closed PR
76
75
that relates to your submission. You don't want to duplicate effort.
0 commit comments