Use different issue templates (#3695)

This PR will introduce different issue templates for bug reports,
feature requests and so on on GitHub. There is still room for
fine-tuning, but it's reached a state to show it to you and get
feedback.

I think that this can lead to better bug reports.

You can see the result in my repo:
https://github.com/KristjanESPERANTO/MagicMirror/issues/new/choose

Feel free to create new issues for testing.

What do you think? Do we want to pursue this further?
This commit is contained in:
Kristjan ESPERANTO
2025-01-17 19:03:28 +01:00
committed by GitHub
parent 6e40c446f4
commit 77fe01175c
8 changed files with 278 additions and 81 deletions

View File

@@ -19,6 +19,7 @@ planned for 2025-04-01
- [core] starting clientonly now checks for needed env var `WAYLAND_DISPLAY` or `DISPLAY` and starts electron with needed parameters (if both are set wayland is used) (#3677)
- [core] Optimize systeminformation calls and output
- [core] Add issue templates for feature requests and bug reports
### Removed