From 765891cc4ee72df022d43c9f93b8a694d710ebe3 Mon Sep 17 00:00:00 2001 From: Kurtis Rader Date: Mon, 27 Mar 2017 17:44:28 -0700 Subject: [PATCH] clarify where to post questions We've gotten feedback from the Stackexchange team that too many fish questions asked on stackoverflow don't really belong there. So clarify the README to also point users at superuser for questions not related to fish script. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 527b83333..bf73de93c 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,6 @@ See the [Guide for Developers](CONTRIBUTING.md). ## Contact Us -Questions, comments, rants and raves can be posted to the official fish mailing list at or join us on our [gitter.im channel](https://gitter.im/fish-shell/fish-shell) or IRC channel [#fish at irc.oftc.net](https://webchat.oftc.net/?channels=fish). Or use the [fish tag on Stackoverflow](https://stackoverflow.com/questions/tagged/fish). +Questions, comments, rants and raves can be posted to the official fish mailing list at or join us on our [gitter.im channel](https://gitter.im/fish-shell/fish-shell) or IRC channel [#fish at irc.oftc.net](https://webchat.oftc.net/?channels=fish). Or use the [fish tag on Stackoverflow](https://stackoverflow.com/questions/tagged/fish) for questions related to fish script and the [fish tag on Superuser](https://superuser.com/questions/tagged/fish) for all other questions (e.g., customizing colors, changing key bindings). Found a bug? Have an awesome idea? Please open an issue on this github page.