|
| 1 | +## Submitting issues |
| 2 | + |
| 3 | +If you have questions about how to use AngularJS, please direct these to the |
| 4 | +[Google Group][groups] discussion list or [StackOverflow][stackoverflow]. We are |
| 5 | +also available on [IRC][irc]. |
| 6 | + |
| 7 | +### Guidelines |
| 8 | + |
| 9 | +* Search the archive first, it's likely that your question was already answered. |
| 10 | +* A live example demonstrating your problem or question, will get an answer faster. |
| 11 | +* Create one using this [template][template] |
| 12 | +* If you get help, help others. Good karma rulez! |
| 13 | + |
| 14 | +If your issue appears to be a bug, and hasn't been reported, open a new issue. |
| 15 | +Help us to maximize the effort we can spend fixing issues and adding new |
| 16 | +features, by not reporting duplicate issues. |
| 17 | + |
| 18 | +[stackoverflow]: http://stackoverflow.com/questions/tagged/angularjs |
| 19 | +[groups]: https://groups.google.com/forum/?fromgroups#!forum/angular |
| 20 | +[irc]: http://webchat.freenode.net/?channels=angularjs&uio=d4 |
| 21 | +[template]: http://plnkr.co/edit/gist:3510140 |
| 22 | + |
| 23 | +## Contributing to Source Code |
| 24 | + |
| 25 | +We'd love for you to contribute to our source code and to make AngularJS even |
| 26 | +better than it is today! |
| 27 | + |
| 28 | + Please read the [contribution guidelines][contribute] to learn about how to submit code as well as |
| 29 | + other useful info like how to build and test AngularJS code. |
| 30 | + |
| 31 | +[list]: https://groups.google.com/forum/?fromgroups#!forum/angular |
| 32 | +[contribute]: http://docs.angularjs.org/misc/contribute |
0 commit comments