From db9d48cc3301db4e7cb377f206c8037b7a268548 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Sat, 12 Dec 2020 14:10:45 +0100 Subject: docs: make How-to-ask-for-help shorter and add github login (#305) * Update How-to-ask-for-help.md * Update How-to-ask-for-help.md --- docs/How-to-ask-for-help.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'docs') diff --git a/docs/How-to-ask-for-help.md b/docs/How-to-ask-for-help.md index 941024a..7e773e3 100644 --- a/docs/How-to-ask-for-help.md +++ b/docs/How-to-ask-for-help.md @@ -41,9 +41,9 @@ this kind of questions are considered support questions, and are handled via [St ### Do I need to register in StackOverflow? -**Not necessarily!** If you have a Google or a Facebook account, you can already log in [StackOverflow](https://stackoverflow.com/questions/tagged/azerothcore) (click the **_Log in_** button on the top-right corner of the website). +**Not necessarily!** If you have a GitHub, Google or a Facebook account, you can already log in [StackOverflow](https://stackoverflow.com/questions/tagged/azerothcore) (click the **_Log in_** button on the top-right corner of the website). -![image](https://user-images.githubusercontent.com/75517/51560794-d84e3b00-1e85-11e9-8510-6f1dd0b33d18.png) +![image](https://user-images.githubusercontent.com/75517/101984531-45d60100-3c82-11eb-8b57-a2c15421d732.png) ### Search among the existing questions @@ -56,16 +56,6 @@ For example, are you getting an error from mysql? Search it under the **[azeroth Oh, there is already a question! And it has an answer! Let's open it! -![image](https://user-images.githubusercontent.com/75517/51132034-85df9f80-1831-11e9-9cc9-3eaee236396e.png) - -**Another example**, imagine you're wondering whether you can use LUA scripts on AzerothCore: - -![image](https://user-images.githubusercontent.com/75517/51131089-f802b500-182e-11e9-9b5d-a438172b22ea.png) - -There is already a question and answer for that! Let's upvote the guys who asked and answered: - -![image](https://user-images.githubusercontent.com/75517/51131658-ac510b00-1830-11e9-98dc-e7f3ef0da058.png) - ## How to ask new questions -- cgit