From 80bb98ce359e9afba982b061f4908c74c4c97488 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Fri, 11 Mar 2016 02:26:00 +0000 Subject: [PATCH] Link to Stackoverflow ask with sbt tag Copying a good idea I saw in the Lagom readme: link to Stackoverflow's ask, prepopulated with the right tag. --- CONTRIBUTING.md | 5 +++-- README.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72fd633e7..c716c550e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,5 @@ - [StackOverflow]: http://stackoverflow.com/tags/sbt + [StackOverflow]: http://stackoverflow.com/tags/sbt + [ask]: https://stackoverflow.com/questions/ask?tags=sbt [Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup [Issues]: https://github.com/sbt/sbt/issues [sbt-dev]: https://groups.google.com/d/forum/sbt-dev @@ -25,7 +26,7 @@ Where to get help and/or file a bug report sbt project uses GitHub Issues as a publicly visible todo list. Please open a GitHub issue only when asked to do so. -- If you need help with sbt, please ask on [StackOverflow] with the tag "sbt" and the name of the sbt plugin if any. +- If you need help with sbt, please [ask] on StackOverflow with the tag "sbt" and the name of the sbt plugin if any. - If you run into an issue, have an enhancement idea, or a general discussion, bring it up to [sbt-dev] Google Group first. - If you need a faster response time, consider one of the [Typesafe subscriptions][subscriptions]. diff --git a/README.md b/README.md index 138258a6f..84eec326a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ [Setup]: http://www.scala-sbt.org/release/docs/Getting-Started/Setup [FAQ]: http://www.scala-sbt.org/release/docs/Faq.html [sbt-dev]: https://groups.google.com/d/forum/sbt-dev - [StackOverflow]: http://stackoverflow.com/tags/sbt + [searching]: http://stackoverflow.com/tags/sbt + [asking]: https://stackoverflow.com/questions/ask?tags=sbt [LICENSE]: LICENSE sbt @@ -18,7 +19,7 @@ Issues and Pull Requests Please read [CONTRIBUTING] carefully before opening a GitHub Issue. -The short version: try [StackOverflow] and [sbt-dev]. Don't open an Issue. +The short version: try [searching] or [asking] on StackOverflow and [sbt-dev]. Don't open an Issue. sbt 1.0.x --------