Skip to content

Commit

Permalink
Merge pull request #1641 from mroderick/point-to-stack-overflow
Browse files Browse the repository at this point in the history
Update documentation to emphasize Stack Overflow
  • Loading branch information
fatso83 committed Jan 5, 2018
2 parents ca9e2fa + 7c1ebd0 commit 8fa1e14
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Expand Up @@ -5,9 +5,9 @@ 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.
* Help with triaging the [issues](https://github.com/sinonjs/sinon/issues). The clearer they are, the more likely they are to be fixed soon.
* Contribute to the code base.

## Reporting an issue
Expand All @@ -28,10 +28,9 @@ See [our issue template](https://github.com/sinonjs/sinon/blob/master/.github/)

## Contributing to the code base

Pick [an issue](http://github.com/cjohansen/Sinon.JS/issues) to fix, or pitch
Pick [an issue](https://github.com/sinonjs/sinon/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](https://github.com/sinonjs/sinon/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 8fa1e14

Please sign in to comment.