From 770d95a578c4aee1085cf926f5879838f5ddd493 Mon Sep 17 00:00:00 2001 From: "Nikita Koselev. Developer Advocate, Open Source Ally" <6383738+nikitakoselev@users.noreply.github.com> Date: Sun, 5 Jun 2022 20:25:17 +0100 Subject: [PATCH] Update mentions to stackoverflow (#2671) Description for [Stack Overflow] has been changed to [Stack Overflow / Questions tagged [mockito]] . Hyperlink for Stack Overflow was added. Closes #2670 --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3e35d36df3..8609981c54 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,9 +6,9 @@ **If looking for support** -* Search / Ask a question on [Stack Overflow](https://stackoverflow.com/questions/tagged/mockito) +* Search / Ask a question on [Stack Overflow / Questions tagged [mockito]](https://stackoverflow.com/questions/tagged/mockito) * Go to the [mockito mailing-list](https://groups.google.com/group/mockito) (moderated) -* Issues should always have a [Short, Self Contained, Correct (Compilable), Example](http://sscce.org) (same as any question on stackoverflow.com) +* Issues should always have a [Short, Self Contained, Correct (Compilable), Example](http://sscce.org) (same as any question on [Stack Overflow](https://stackoverflow.com)) # Contributing to Mockito