diff options
| author | Margen67 <Margen67@users.noreply.github.com> | 2022-02-06 03:18:02 -0800 |
|---|---|---|
| committer | Triang3l <hwguy.siplus@gmail.com> | 2022-02-06 14:24:35 +0300 |
| commit | a160e9bae7fc97fcf2d0a5345f43b3b6710de1f5 (patch) | |
| tree | 072661397e3576cb7cc610a605957eaa07a89eee | |
| parent | 22b0e6ca8895c01d5f991ebd3da0cb5b02c5cf9a (diff) | |
Bug report template changes
Remove title.
Add bug label.
Make id first property.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yaml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 949966176..14a9a23c9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,8 +1,9 @@ name: Bug report description: Template for bug reports. -title: 'Bug: ' +labels: bug body: - - type: markdown + - id: disclaimer + type: markdown attributes: value: | Try to create a very concise title that's straight to the point. @@ -14,8 +15,8 @@ body: A game specific issue would be e.g. "Game X crashes after you hit a character a certain way" A Xenia issue would be e.g. "Kernel export NtDoSomething does nothing" For specific games, visit https://github.com/xenia-project/game-compatibility#game-compatibility - - type: checkboxes - id: validation + - id: validation + type: checkboxes attributes: label: Validation options: @@ -32,23 +33,23 @@ body: - label: 'My device meets the minimum requirements: https://github.com/xenia-project/xenia/wiki/Quickstart#system-requirements' required: true - label: '(If building) I have read the building doc: https://github.com/xenia-project/xenia/blob/master/docs/building.md' - - type: textarea - id: problem + - id: problem + type: textarea attributes: label: Describe what's going wrong validations: required: true - - type: textarea - id: what-should-happen + - id: what-should-happen + type: textarea attributes: label: Describe what should happen validations: required: true - - type: textarea - id: callstack + - id: callstack + type: textarea attributes: label: If applicable, provide a callstack here, especially for crashes - - type: textarea - id: logfile + - id: logfile + type: textarea attributes: label: If applicable, upload a logfile and link it here |
