From 7b823a0d838997972166a0783043dca2f211f130 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Thu, 7 Nov 2024 18:48:28 +0900 Subject: [PATCH] Updated "Choice of forum" problem (markdown) --- "\"Choice-of-forum\"-problem.md" | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git "a/\"Choice-of-forum\"-problem.md" "b/\"Choice-of-forum\"-problem.md" index b44a2bb..a1d5a1a 100644 --- "a/\"Choice-of-forum\"-problem.md" +++ "b/\"Choice-of-forum\"-problem.md" @@ -4,14 +4,14 @@ Bug reports or discussion could happen in person at work, on Twitter, on Gitter Maintainers, on the other hand, want specific information on specific places. For sbt: - Questions on [Stackoverflow][1] - Issue report on [GitHub Issues][2] -- Feature and contribution discussion on [Lightbend Discuss][3] +- Feature and contribution discussion on [GitHub Discussions][3] Often, we get into a meta discussion of "ok. but not this forum." Let's call this "Choice of forum" problem. Basically, by the time the problem is happening, it's counter-productive to engage in the Choice of forum discussion. (Exception may be if someone tries to contact you personally without invitation) But let's say if there's a lively discussion going on in Twitter/Gitter, the best you can do would be to gather as much as information there instead of trying to move the forum elsewhere. -Once the discussion has settled, you can then gather up the info, and re-post them yourself; or ask the original reporter if they are up for reposting the information to GitHub Issues or Discuss, if you think it needs further investigation. +Once the discussion has settled, you can then gather up the info, and re-post them yourself; or ask the original reporter if they are up for reposting the information to GitHub Issues or Discussions, if you think it needs further investigation. [1]: https://stackoverflow.com/tags/sbt [2]: https://github.com/sbt/sbt/issues - [3]: https://discuss.lightbend.com/c/tooling \ No newline at end of file + [3]: https://github.com/sbt/sbt/discussions \ No newline at end of file