mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-19 12:53:56 +02:00
Update issue templates
This commit is contained in:
parent
519dcc5d99
commit
eac12eaade
1 changed files with 37 additions and 0 deletions
37
.github/ISSUE_TEMPLATE/support-request.md
vendored
Normal file
37
.github/ISSUE_TEMPLATE/support-request.md
vendored
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
---
|
||||||
|
name: Support request
|
||||||
|
about: Something's not working like it should be
|
||||||
|
title: ''
|
||||||
|
labels: support
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**What's happening?**
|
||||||
|
Concisely describe what's going wrong.
|
||||||
|
|
||||||
|
**Logs**
|
||||||
|
|
||||||
|
<!-- Paste any logs here (between the backticks). -->
|
||||||
|
<!-- You can get extended logs by setting the environment variable DEBUG to *. -->
|
||||||
|
<!-- For example, DEBUG=* yarn start if you're running directly from the cloned repository. -->
|
||||||
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
Add any other context about the problem here.
|
||||||
|
|
||||||
|
**Runtime**
|
||||||
|
I'm running Muse:
|
||||||
|
- [ ] Directly from the cloned repository
|
||||||
|
- [ ] Inside a Docker container
|
||||||
|
- [ ] Something else (please elaborate)
|
||||||
|
|
||||||
|
**Versions**
|
||||||
|
- Muse:
|
||||||
|
- Docker (if applicable):
|
||||||
|
- OS:
|
Loading…
Add table
Reference in a new issue