There are many people on the site who do not know how to make out their questions / reports. Why not make examples of how to write a bug report or present a new idea?
I mean there will be issues system like on GitHub
To implement:
- Labels, not tags:
good first issue
,bug
, etc. - Templates
- Rules how to write a good post that everyone could read
Why?
Because there is a lot of posts like this:
Author didn’t say anything about in which project he has this issue, no formatting.
Same post, but better:
Path
Project:
Path: /path/to/file
Describe the bug
Unable to get the file that was created by fs.writeFile()
To Reproduce
- Create
.js
file and importfs
- Write some data to a new file that doesn’t exist in your project
- File doesn’t show up
Expected behavior
File should be seen after it was created
Tried
- ls
- ls -a
- jq
Screenshots
some screenshots if needed