Skip to content

Commit

Permalink
chore(github): console usage guide
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Aug 5, 2023
1 parent 2e82809 commit 1fe4881
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,36 @@ body:
## Thanks for reaching out!
please make sure that you're
- using consise title (e.g:`Amplified Shoot The Moon uses 3 energy instead of 2`).
- using concise title (e.g:`Amplified Shoot The Moon uses 3 energy instead of 2`).
- using the latest version of this mod.
- using minimal set of mods enabled to reproduce the bug.
## Using console
To make reproducing bugs easier, please use basemod's **[Console][console]** command, surrounded with backtick (`` ` ``) for each steps.
### How to use console
![mods](https://user-images.githubusercontent.com/54838975/233089827-1382b9f7-74ea-4261-b020-0605964cc784.png)
1. visit `Mods` in the main menu
![basemod](https://user-images.githubusercontent.com/54838975/233089870-e4f712dd-318c-4abc-9518-380cd448b206.png)
2. click `BaseMod`
3. click `Enable dev console` and `Enable Autocompletion`
![console usage example](https://github-production-user-asset-6210df.s3.amazonaws.com/54838975/258566362-aee9fd69-4ace-4482-b345-2fc8b87ab1c2.png)
4. open console using (`` ` ``) key (the key right below ESC key which also has `~`)
[console]: https://alexdriedger.github.io/SlayTheSpireModding/docs/console
- type: textarea
attributes:
label: How to reproduce
description: >
To make reproducing bugs easier, please use basemod's
**[Console](https://alexdriedger.github.io/SlayTheSpireModding/docs/console)**
command, surrounded with backtick (\`) for each steps.
Screenshot or Videos are also welcome.
description: Console steps that reliably reproduce the bug. Screenshot or Videos are also welcome.
placeholder: |
1. Start a new game with Marisa.
2. `fight Lagavulin`
Expand Down

0 comments on commit 1fe4881

Please sign in to comment.