diff options
author | Martin Woodward <martin.woodward@microsoft.com> | 2013-07-19 11:14:22 -0700 |
---|---|---|
committer | Martin Woodward <martin.woodward@microsoft.com> | 2013-07-19 11:14:22 -0700 |
commit | 1cd9dc29b7105cb33959d15ab670a085f5a1445b (patch) | |
tree | 7e538d5793d2a62e38dc2abaf8e8a8bf63b8ec19 | |
parent | 97309dd025e8cd4ee0b4a90774f73e8423ad1ebc (diff) | |
parent | bef59b1be4ec9754959423d36138731577a4f413 (diff) | |
download | libgit2-1cd9dc29b7105cb33959d15ab670a085f5a1445b.tar.gz |
Merge pull request #1743 from ethomson/readme
Clarify when to use github issues
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,8 +18,9 @@ release its source code. * IRC: #libgit2 on irc.freenode.net. * Mailing list: The libgit2 mailing list was traditionally hosted in Librelist but has been deprecated. We encourage you to - [use StackOverflow](http://stackoverflow.com/questions/tagged/libgit2) or [open an issue](https://github.com/libgit2/libgit2/issues) - on GitHub instead for any questions regarding the library. The mailing list archives are still available at + [use StackOverflow](http://stackoverflow.com/questions/tagged/libgit2) instead for any questions regarding + the library, or [open an issue](https://github.com/libgit2/libgit2/issues) + on GitHub for bug reports. The mailing list archives are still available at <http://librelist.com/browser/libgit2/>. |