diff options
| author | Max Isom <[email protected]> | 2022-03-11 18:49:47 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-11 18:49:47 -0600 |
| commit | eac12eaade4def77c0e5dfba3c872918b24e9f51 (patch) | |
| tree | a6a36d20e42c43c528d484e143d6aa12bd810dfc /.github | |
| parent | 519dcc5d99dc41a1c9eba082dc7108483e5ab39c (diff) | |
| download | muse-eac12eaade4def77c0e5dfba3c872918b24e9f51.tar.xz muse-eac12eaade4def77c0e5dfba3c872918b24e9f51.zip | |
Update issue templates
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/support-request.md | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/support-request.md b/.github/ISSUE_TEMPLATE/support-request.md new file mode 100644 index 0000000..46c8105 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/support-request.md @@ -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: |
