How To Ask Good Questions
Choose a good title
* Summarise your question into one sentence
* Include error messages
* Include tech you're using (unless it's already known by the channel you're asking in)
Start explaining the problem
* What caused the problem?
* What have you tried already to fix it?
Provide code
That way others can run it themselves and get the same problem you got. Don't provide all your code, only enough to cause the problem you have.
Mark as SOLVED When Done
When your issue has been solved, please edit the tags to add SOLVED so others know it's not still unanswered!
Format all code
If your code is really long or has multiple files, use https://pen.new/, https://stackblitz.com/ or https://codesandbox.io/
`Inline code formatting`
becomes
Inline code formatting
```js
const double = (num) => num * 2;
```
becomes
```php
<?php echo "The Best PHP Example"; ?>
```
becomes
```go
greet := "Hello"
fmt.Println("%s world!", greet)
```
becomes
1 Reply
How to Ask
Learn how to ask better questions