mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00

* move some docs out of readme and link with the headers * PR template * bug report template * task and feature request templates * md cleanup * forgot the template * make expected results separate section * move pr template to .github. remove assignment field on tasks * add headers to pr template * Requested changes * suggested changes from @black-sliver and @SoldierofOrder * Update docs/code_of_conduct.md Co-authored-by: SoldierofOrder <107806872+SoldierofOrder@users.noreply.github.com> * Update docs/contributing.md Co-authored-by: SoldierofOrder <107806872+SoldierofOrder@users.noreply.github.com> * Update docs/contributing.md Co-authored-by: SoldierofOrder <107806872+SoldierofOrder@users.noreply.github.com> Co-authored-by: Hussein Farran <hmfarran@gmail.com> Co-authored-by: SoldierofOrder <107806872+SoldierofOrder@users.noreply.github.com>
35 lines
917 B
YAML
35 lines
917 B
YAML
name: Bug Report
|
|
description: File a bug report.
|
|
title: "Bug: "
|
|
labels:
|
|
- bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report! If this bug occurred during local generation check your
|
|
Archipelago install for a log (probably `C:\ProgramData\Archipelago\logs`)
|
|
and upload it with this report, as well as all yaml files used.
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What happened?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected-results
|
|
attributes:
|
|
label: What were the expected results?
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: version
|
|
attributes:
|
|
label: Software
|
|
description: Where did this bug occur?
|
|
options:
|
|
- Website
|
|
- Local generation
|
|
- While playing
|
|
validations:
|
|
required: true |