diff options
author | Santiago M. Mola <santi@mola.io> | 2018-10-26 12:47:27 +0200 |
---|---|---|
committer | Santiago M. Mola <santi@mola.io> | 2018-10-26 12:47:27 +0200 |
commit | a85f9b1b713fd4455b595f18a4a6362aea58187a (patch) | |
tree | 43a6c1ee7f187c62e20ff8f6af16ac805d6fe51c /CONTRIBUTING.md | |
parent | cde0367919945862cab219228305b59b4b97cd13 (diff) | |
download | go-git-a85f9b1b713fd4455b595f18a4a6362aea58187a.tar.gz |
add StackOverflow to support channels
Since we are not redirecting users to StackOverflow for support
questions, it makes sense to add it to the official support channels.
Signed-off-by: Santiago M. Mola <santi@mola.io>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92b7b8c..bdb5f73 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,8 @@ This can be done easily using the [`-s`](https://github.com/git/git/blob/b2c150d The official support channels, for both users and contributors, are: -- GitHub [issues](https://github.com/src-d/go-git/issues)* +- [StackOverflow go-git tag](https://stackoverflow.com/questions/tagged/go-git) for user questions. +- GitHub [Issues](https://github.com/src-d/go-git/issues)* for bug reports and feature requests. - Slack: #go-git room in the [source{d} Slack](https://join.slack.com/t/sourced-community/shared_invite/enQtMjc4Njk5MzEyNzM2LTFjNzY4NjEwZGEwMzRiNTM4MzRlMzQ4MmIzZjkwZmZlM2NjODUxZmJjNDI1OTcxNDAyMmZlNmFjODZlNTg0YWM) *Before opening a new issue or submitting a new pull request, it's helpful to |