@@ -15,18 +15,30 @@ with any kind of software without having to release its source code.
1515Additionally, the example code has been released to the public domain (see the
1616[ separate license] ( examples/COPYING ) for more information).
1717
18- * Website: [ libgit2.github.com] ( http://libgit2.github.com )
19- * StackOverflow Tag: [ libgit2] ( http://stackoverflow.com/questions/tagged/libgit2 )
20- * Issues: [ GitHub Issues] ( https://github.com/libgit2/libgit2/issues ) (Right here!)
21- * API documentation: < http://libgit2.github.com/libgit2/ >
22- * IRC: [ #libgit2] ( irc://irc.freenode.net/libgit2 ) on irc.freenode.net.
23- * Mailing list: The libgit2 mailing list was
24- traditionally hosted in Librelist but has been deprecated. We encourage you to
25- [ use StackOverflow] ( http://stackoverflow.com/questions/tagged/libgit2 ) instead for any questions regarding
26- the library, or [ open an issue] ( https://github.com/libgit2/libgit2/issues )
27- on GitHub for bug reports. The mailing list archives are still available at
28- < http://librelist.com/browser/libgit2/ > .
18+ Getting Help
19+ ============
2920
21+ ** Join us on Slack**
22+
23+ Visit [ slack.libgit2.org] ( http://slack.libgit2.org/ ) to sign up, then join
24+ us in ` #libgit2 ` . If you prefer IRC, you can also point your client to our
25+ slack channel once you've registered.
26+
27+ ** Getting Help**
28+
29+ If you have questions about the library, please be sure to check out the
30+ [ API documentation] ( http://libgit2.github.com/libgit2/ ) . If you still have
31+ questions, reach out to us on Slack or post a question on
32+ [ StackOverflow] ( http://stackoverflow.com/questions/tagged/libgit2 ) (with the ` libgit2 ` tag).
33+
34+ ** Reporting Bugs**
35+
36+ Please open a [ GitHub Issue] ( https://github.com/libgit2/libgit2/issues ) and
37+ include as much information as possible. If possible, provide sample code
38+ that illustrates the problem you're seeing. If you're seeing a bug only
39+ on a specific repository, please provide a link to it if possible.
40+
41+ We ask that you not open a GitHub Issue for help, only for bug reports.
3042
3143What It Can Do
3244==============
0 commit comments