|
| 1 | +name: Bug Report |
| 2 | +description: Bug Report Template |
| 3 | +title: '[BUG] ' |
| 4 | +labels: |
| 5 | + - bug |
| 6 | + - needs confirmation |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: >- |
| 11 | + Thanks for filing a Bug Report! Please write a concise title above, |
| 12 | + without removing `[BUG]` from the title. Then fill out the form below. |
| 13 | + - type: dropdown |
| 14 | + id: build-action |
| 15 | + attributes: |
| 16 | + label: >- |
| 17 | + Have you tested on at least two seperate PROS Projects, and are you |
| 18 | + certain this is an issue with the Build Action, and not any |
| 19 | + configuration issues on your end? |
| 20 | + description: Please select one of the following answers below. |
| 21 | + options: |
| 22 | + - 'Yes' |
| 23 | + - 'No' |
| 24 | + - I don't have another repository to test. |
| 25 | + validations: |
| 26 | + required: true |
| 27 | + - type: textarea |
| 28 | + id: expected-behavior |
| 29 | + attributes: |
| 30 | + label: Expected Behavior |
| 31 | + description: >- |
| 32 | + Please input what you expected to happen, as concisely as possible. Try |
| 33 | + to say more than "It doesn't crash", or "it builds successfully". |
| 34 | + placeholder: >- |
| 35 | + Please input what you expected to happen, as concisely as possible. Try |
| 36 | + to say more than "It doesn't crash", or "it builds successfully". |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + - type: textarea |
| 40 | + id: actual-behavior |
| 41 | + attributes: |
| 42 | + label: Actual Behavior |
| 43 | + description: >- |
| 44 | + Please input what actually happened, as concisely as possible. Try |
| 45 | + to say more than "It crashed", or "it failed to build". |
| 46 | + placeholder: >- |
| 47 | + Please input what actually happened, as concisely as possible. Try |
| 48 | + to say more than "It crashed", or "it failed to build". |
| 49 | + validations: |
| 50 | + required: true |
| 51 | + - type: input |
| 52 | + id: logs-link |
| 53 | + attributes: |
| 54 | + label: Link to the Log |
| 55 | + description: >- |
| 56 | + If your log files are Publicly Available, please provide a link to them |
| 57 | + below. |
| 58 | + placeholder: https://github.com/YourName/YourRepository/actions/runs/random-id |
| 59 | + - type: textarea |
| 60 | + id: log-output |
| 61 | + attributes: |
| 62 | + label: Log Output (Only If your Logs are Private) |
| 63 | + description: >- |
| 64 | + If your logs aren't publicly available, provide as much context around |
| 65 | + the error as possible. |
| 66 | + - type: textarea |
| 67 | + id: additional-information |
| 68 | + attributes: |
| 69 | + label: If you have any additional information, please provide it below. |
0 commit comments