This issue is an overview about Github issues and their structure.
There are many issues around software and development and many times despite a very good intention, the lack of information renders issues irrelevant and unaddressable.
This issue serves as an inspiration and as a practical example for info reach issue.
To reproduce this issue follow the next steps:
- copy the raw markdown of this gist
- paste it in your repository
- replace the placeholders with your data
- profit!
I used Chrome 70 on Mac OS Mojave to write this issue.
raw information should not be inlined because it bloats the issue, instead use collapsed details
block
Raw information
to include collapsed information use the following Markdown syntax
<details>
<summary></summary>
```
the newlines above and below this block are important
```
</details>
Additional side notes can be added in the bottom under a line that is added using three consecutive dashes ---