Replies: 2 comments 1 reply
-
@cromewar Can you please pin this article to the top. Reading screenshots makes my eyes bleed. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Great post here!! Thank you so much!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I ask a good question?
source: adapted from StackOverflow - How do I ask a good question?
We’d love to help you. To improve your chances of getting an answer, here are some tips:
Search, and research
First, please search this discussion group. There is a high chance, others had exactly the same problem as you do now.
Write a title that summarizes the specific problem
Examples
Bad: I don't know what is wrong?
Good: Lesson 3: I cannot install pipx with yarn?
Bad: Need help with nonetype error
Good: Lesson 6: TypeError: argument of type 'NoneType' is not iterable
Introduce the problem before you post any code
In the body of your question, start by expanding on the summary you put in the title. Explain how you encountered the problem you're trying to solve, and any difficulties that have prevented you from solving it yourself.
Help others reproduce the problem
Not all questions benefit from including code, but if your problem is with code you've written, you should include some. But don't just copy in your entire program! Not only is this likely to get you in trouble if you're posting your private key, it likely includes a lot of irrelevant details that readers will need to ignore when trying to reproduce the problem. Here are some guidelines:
Proofread before posting!
Now that you're ready to ask your question, take a deep breath and read through it from start to finish. Pretend you're seeing it for the first time: does it make sense? Try reproducing the problem yourself, in a fresh environment, and make sure you can do so using only the information included in your question. Add any details you missed. Now is a good time to make sure that your title still describes the problem!
Mark answered questions
OK, you are lucky, someone answered your question and might have helped you to solve a problem. Maybe you solved it yourself, this is great! To allow others who might have the same issue to see, if your question was answered, you need to mark it as such.
Beta Was this translation helpful? Give feedback.
All reactions