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
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,17 @@ Help us keep Angular open and inclusive. Please read and follow our [Code of Con
17
17
18
18
## <aname="question"></a> Got a Question or Problem?
19
19
20
-
If you have questions about how to *use* Angular Material, please direct them to the
21
-
[Google Group][material-group] discussion list or [StackOverflow][stackoverflow].
22
-
Please note that Angular Material is still in very early development, and the team's capacity
23
-
to answer usage questions is limited. Community chat is also available on [Gitter][gitter].
20
+
Please do not open issues for 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-material2) where the questions should be tagged with tag `angular-material2`.
21
+
22
+
StackOverflow is a much better place to ask questions since:
23
+
24
+
- there are thousands of people willing to help on StackOverflow
25
+
- questions and answers stay available for public viewing so your question / answer might help someone else
26
+
- StackOverflow's voting system assures that the best answers are prominently visible.
27
+
28
+
To save your and our time, we will be systematically closing all the issues that are requests for general support and redirecting people to StackOverflow.
29
+
30
+
If you would like to chat about the question in real-time, you can reach out via [our gitter channel][gitter].
24
31
25
32
## <aname="issue"></a> Found an Issue?
26
33
If you find a bug in the source code or a mistake in the documentation, you can help us by
0 commit comments