refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / .github / ISSUE_TEMPLATE / bug_report.md
1 ---
2 name: Bug Report
3 about: report a bug
4 title: '[Bug]'
5 labels:
6   - bug
7 ---
8
9 ## What were you trying to install (or what else went wrong)?
10
11 <!-- ex: "node" -->
12
13 ## What exactly did you do?
14
15 <!-- ex: "I ran `curl https://webinstall.dev/node | bash` to upgrade node." -->
16
17 ## What went wrong?
18
19 <!-- ex: "I'm still seeing the old node version" -->
20
21 ## Which OS did you try on?
22
23 <!-- you can mark one or more by changing `[ ]` to `[x]` -->
24
25 - [ ] Mac
26 - [ ] Windows
27 - [ ] Linux
28
29 ## What type of computer (i.e. laptop, desktop, Raspberry Pi)?
30
31 - [ ] Laptop or Desktop (amd64 / x86-64)
32 - [ ] Raspberry Pi (ARM-64)
33 - [ ] Other (please specify, if you know)