|
7 | 7 | attributes:
|
8 | 8 | value: |
|
9 | 9 | Thanks for taking the time to fill out this bug report!
|
| 10 | + Please provide as much detail as possible to help us understand and reproduce the issue. |
| 11 | +
|
10 | 12 | - type: textarea
|
11 | 13 | id: what-happened
|
12 | 14 | attributes:
|
13 | 15 | label: What happened?
|
14 | 16 | description: Also tell us, what did you expect to happen?
|
15 | 17 | placeholder: Tell us what you see!
|
16 |
| - value: "I was doing THIS, when THAT happened. I was expecting THAT_OTHER_THING to happen instead." |
| 18 | + value: "Please provide all the steps to reproduce the bug. I was doing THIS, when THAT happened. I was expecting THAT_OTHER_THING to happen instead." |
17 | 19 | validations:
|
18 | 20 | required: true
|
19 |
| - - type: checkboxes |
20 |
| - id: version |
| 21 | + |
| 22 | + - type: dropdown |
| 23 | + id: os |
21 | 24 | attributes:
|
22 |
| - label: Version check |
23 |
| - description: Please make sure you were using the latest version of this project available in the `main` branch. |
| 25 | + label: Operating System |
24 | 26 | options:
|
25 |
| - - label: Yes I was. |
26 |
| - required: true |
| 27 | + - macOS - Silicon (arm64) |
| 28 | + - macOS - Intel (amd64) |
| 29 | + - Linux - amd64 |
| 30 | + - Linux - arm64 |
| 31 | + - Windows |
| 32 | + validations: |
| 33 | + required: true |
| 34 | + |
| 35 | + - type: textarea |
| 36 | + id: os-version |
| 37 | + attributes: |
| 38 | + label: OS Version |
| 39 | + description: Please provide details about your OS version by running one of the following commands. |
| 40 | + placeholder: | |
| 41 | + macOS: `sw_vers` |
| 42 | + Linux: `uname -a` or `cat /etc/os-release` |
| 43 | + Windows: `ver` |
| 44 | + render: shell |
| 45 | + |
| 46 | + - type: dropdown |
| 47 | + id: installation |
| 48 | + attributes: |
| 49 | + label: How did you install Fabric? |
| 50 | + description: "Please select the method you used to install Fabric. You can find this information in the [Installation section of the README](https://github.com/ksylvan/fabric/blob/main/README.md#installation)." |
| 51 | + options: |
| 52 | + - Release Binary - Windows |
| 53 | + - Release Binary - macOS (arm64) |
| 54 | + - Release Binary - macOS (amd64) |
| 55 | + - Release Binary - Linux (amd64) |
| 56 | + - Release Binary - Linux (arm64) |
| 57 | + - Package Manager - Homebrew (macOS) |
| 58 | + - Package Manager - AUR (Arch Linux) |
| 59 | + - From Source |
| 60 | + - Other |
| 61 | + validations: |
| 62 | + required: true |
| 63 | + |
| 64 | + - type: textarea |
| 65 | + id: version |
| 66 | + attributes: |
| 67 | + label: Version |
| 68 | + description: Please copy and paste the output of `fabric --version` (or `fabric-ai --version` if you installed it via brew) here. |
| 69 | + render: text |
| 70 | + |
27 | 71 | - type: textarea
|
28 | 72 | id: logs
|
29 | 73 | attributes:
|
30 | 74 | label: Relevant log output
|
31 | 75 | description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
32 | 76 | render: shell
|
| 77 | + |
33 | 78 | - type: textarea
|
34 | 79 | id: screens
|
35 | 80 | attributes:
|
|
0 commit comments