Skip to content

Commit

Permalink
Update documentation to emphasize Stack Overflow
Browse files Browse the repository at this point in the history
And retire the mailinglist
  • Loading branch information
mroderick committed Dec 28, 2017
1 parent ca9e2fa commit 93418f6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -5,7 +5,7 @@ There are several ways of contributing to Sinon.JS
* Look into [issues tagged `help-wanted`](https://github.com/sinonjs/sinon/issues?q=is%3Aopen+is%3Aissue+label%3A%22Help+wanted%22)
* Help [improve the documentation](https://github.com/sinonjs/sinon/tree/master/docs) published
at [the Sinon.JS website](http://sinonjs.org). [Documentation issues](https://github.com/sinonjs/sinon/issues?q=is%3Aopen+is%3Aissue+label%3ADocumentation).
* Help someone understand and use Sinon.JS on [the mailing list](http://groups.google.com/group/sinonjs) or on [Stack Overflow](https://stackoverflow.com/questions/tagged/sinon)
* Help someone understand and use Sinon.JS on [Stack Overflow](https://stackoverflow.com/questions/tagged/sinon)
* Report an issue, please read instructions below
* Help with triaging the [issues](http://github.com/cjohansen/Sinon.JS/issues). The clearer they are, the more likely they are to be fixed soon.
* Contribute to the code base.
Expand All @@ -30,8 +30,7 @@ See [our issue template](https://github.com/sinonjs/sinon/blob/master/.github/)

Pick [an issue](http://github.com/cjohansen/Sinon.JS/issues) to fix, or pitch
new features. To avoid wasting your time, please ask for feedback on feature
suggestions either with [an issue](http://github.com/cjohansen/Sinon.JS/issues/new)
or on [the mailing list](http://groups.google.com/group/sinonjs).
suggestions with [an issue](http://github.com/cjohansen/Sinon.JS/issues/new).

### Making a pull request

Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -39,7 +39,9 @@ or via sinon's browser builds available for download on the [homepage](http://si

See the [sinon project homepage](http://sinonjs.org/) for documentation on usage.

If you have questions that are not covered by the documentation, please post them to the [Sinon.JS mailing list](http://groups.google.com/group/sinonjs) or drop by <a href="irc://irc.freenode.net:6667/sinon.js">#sinon.js on irc.freenode.net:6667</a> or the [Gitter channel](https://gitter.im/sinonjs/sinon).
If you have questions that are not covered by the documentation, you can [check out the `sinon` tag on Stack Overflow](https://stackoverflow.com/questions/tagged/sinon) or drop by <a href="irc://irc.freenode.net:6667/sinon.js">#sinon.js on irc.freenode.net:6667</a>.

You can also search through the [Sinon.JS mailing list archives](http://groups.google.com/group/sinonjs).

## Goals

Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/docs/contribute.md
@@ -1,6 +1,6 @@
### Stuck?

Please ask questions on [the mailing list](http://groups.google.com/group/sinonjs) if you're stuck.
Please ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/sinon) if you're stuck.

### Contribute

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -244,7 +244,7 @@ You've seen the most common tasks people tackle with Sinon.JS, yet we've only sc
### Get help
* [Sinon.JS mailing list][sinon-group]
* [Stack Overflow](https://stackoverflow.com/questions/tagged/sinon)
* IRC: #sinon.js on freenode
### Sinon.JS elsewhere
Expand Down

0 comments on commit 93418f6

Please sign in to comment.