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
+6-18Lines changed: 6 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Help us keep Angular open and inclusive. Please read and follow our [Code of Con
18
18
## <aname="question"></a> Got a Question or Problem?
19
19
20
20
If you have questions about how to *use* Angular, please direct them to the [Google Group][angular-group]
21
-
discussion list or [StackOverflow][stackoverflow]. We are also available on [Gitter][gitter].
21
+
discussion list or [StackOverflow][stackoverflow]. Please note that Angular 2 is still in early developer preview, and the core team's capacity to answer usage questions is limited. We are also available on [Gitter][gitter].
22
22
23
23
## <aname="issue"></a> Found an Issue?
24
24
If you find a bug in the source code or a mistake in the documentation, you can help us by
@@ -27,27 +27,16 @@ If you find a bug in the source code or a mistake in the documentation, you can
27
27
28
28
## <aname="feature"></a> Want a Feature?
29
29
You can *request* a new feature by [submitting an issue](#submit-issue) to our [GitHub
30
-
Repository][github]. If you would like to *implement* a new feature then consider what kind of
31
-
change it is:
30
+
Repository][github]. If you would like to *implement* a new feature, please submit an issue with
31
+
a proposal for your work first, to be sure that we can use it. Angular 2 is in developer preview
32
+
and we are not ready to accept major contributions ahead of the full release.
33
+
Please consider what kind of change it is:
32
34
33
35
* For a **Major Feature**, first open an issue and outline your proposal so that it can be
34
36
discussed. This will also allow us to better coordinate our efforts, prevent duplication of work,
35
37
and help you to craft the change so that it is successfully accepted into the project.
36
38
***Small Features** can be crafted and directly [submitted as a Pull Request](#submit-pr).
37
39
38
-
## <aname="docs"></a> Want a Doc Fix?
39
-
If you want to help improve the docs, then consider what kind of improvement it is:
40
-
41
-
* For **Major Changes**, it's a good idea to let others know what you're working on to
42
-
minimize duplication of effort. Before starting, check out the issue queue for
0 commit comments