mirror of
https://github.com/ppy/osu.git
synced 2025-02-16 05:52:55 +08:00
Merge pull request #12176 from peppy/issue-template-improvements
Include blurb in issue template to hopefully help people find existing reports
This commit is contained in:
commit
6e103fca99
14
.github/ISSUE_TEMPLATE/01-bug-issues.md
vendored
14
.github/ISSUE_TEMPLATE/01-bug-issues.md
vendored
@ -1,7 +1,18 @@
|
|||||||
---
|
---
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
about: Issues regarding encountered bugs.
|
about: Report a bug or crash to desktop
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!--
|
||||||
|
IMPORTANT: Your issue may already be reported.
|
||||||
|
|
||||||
|
Please check:
|
||||||
|
- Pinned issues, at the top of https://github.com/ppy/osu/issues
|
||||||
|
- Current priority 0 issues at https://github.com/ppy/osu/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Apriority%3A0
|
||||||
|
- Search for your issue. If you find that it already exists, please respond with a reaction or add any further information that may be helpful.
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
**Describe the bug:**
|
**Describe the bug:**
|
||||||
|
|
||||||
**Screenshots or videos showing encountered issue:**
|
**Screenshots or videos showing encountered issue:**
|
||||||
@ -9,6 +20,7 @@ about: Issues regarding encountered bugs.
|
|||||||
**osu!lazer version:**
|
**osu!lazer version:**
|
||||||
|
|
||||||
**Logs:**
|
**Logs:**
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
*please attach logs here, which are located at:*
|
*please attach logs here, which are located at:*
|
||||||
- `%AppData%/osu/logs` *(on Windows),*
|
- `%AppData%/osu/logs` *(on Windows),*
|
||||||
|
20
.github/ISSUE_TEMPLATE/02-crash-issues.md
vendored
20
.github/ISSUE_TEMPLATE/02-crash-issues.md
vendored
@ -1,20 +0,0 @@
|
|||||||
---
|
|
||||||
name: Crash Report
|
|
||||||
about: Issues regarding crashes or permanent freezes.
|
|
||||||
---
|
|
||||||
**Describe the crash:**
|
|
||||||
|
|
||||||
**Screenshots or videos showing encountered issue:**
|
|
||||||
|
|
||||||
**osu!lazer version:**
|
|
||||||
|
|
||||||
**Logs:**
|
|
||||||
<!--
|
|
||||||
*please attach logs here, which are located at:*
|
|
||||||
- `%AppData%/osu/logs` *(on Windows),*
|
|
||||||
- `~/.local/share/osu/logs` *(on Linux & macOS).*
|
|
||||||
- `Android/Data/sh.ppy.osulazer/logs` *(on Android)*,
|
|
||||||
- on iOS they can be obtained by connecting your device to your desktop and copying the `logs` directory from the app's own document storage using iTunes. (https://support.apple.com/en-us/HT201301#copy-to-computer)
|
|
||||||
-->
|
|
||||||
|
|
||||||
**Computer Specifications:**
|
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: Features you would like to see in the game!
|
about: Propose a feature you would like to see in the game!
|
||||||
---
|
---
|
||||||
**Describe the new feature:**
|
**Describe the new feature:**
|
||||||
|
|
Loading…
Reference in New Issue
Block a user