|
| 1 | +--- |
| 2 | +name: Bug Report |
| 3 | +description: Create a report to help us fix the Duet Night Abyss Plugin for Collapse! |
| 4 | +title: "[Bug]: " |
| 5 | +labels: ['Needs Triaging'] |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + Thank you for trying to help us make Collapse better for everyone! |
| 11 | + Before filling anything out, please make sure that there **aren't** any open/closed issues for this topic & that this is *reproducible*. |
| 12 | + All text areas support markdown syntax unless explicitly noted otherwise. |
| 13 | +
|
| 14 | + - type: input |
| 15 | + id: affected-plugin-version |
| 16 | + attributes: |
| 17 | + label: Affected Version |
| 18 | + description: Plugin Version where the bug was encountered. |
| 19 | + placeholder: e.g. 0.6.0 |
| 20 | + validations: |
| 21 | + required: true |
| 22 | + |
| 23 | + - type: input |
| 24 | + id: affected-launcher-version |
| 25 | + attributes: |
| 26 | + label: Affected Version |
| 27 | + description: Launcher Version where the bug was encountered. |
| 28 | + placeholder: e.g. Collapse 1.83.13 |
| 29 | + validations: |
| 30 | + required: true |
| 31 | + |
| 32 | + - type: markdown |
| 33 | + attributes: |
| 34 | + value: | |
| 35 | + ### System Information |
| 36 | + Please attach a copy of `dxdiag.txt` to this issue so that we can better understand your hardware configuration: "Save all information" (Run > Type `dxdiag` then enter > Save all information > Then Drag & Drop the file to your issue, or attach it through the file selection dialog). |
| 37 | + |
| 38 | + - type: markdown |
| 39 | + attributes: |
| 40 | + value: | |
| 41 | + ### Console Log |
| 42 | + Paste the log inside a code block here or attach the log file here. By default, the location for the log file is `C:\Users\%username%\AppData\LocalLow\CollapseLauncher\_logs` The latest log will be today's date, or the date of the last time you launched Collapse. |
| 43 | + |
| 44 | + - type: textarea |
| 45 | + id: bug-behavior |
| 46 | + attributes: |
| 47 | + label: Bug Behavior |
| 48 | + description: Describe the encountered bug with as much detail as possible. |
| 49 | + placeholder: What happened? |
| 50 | + validations: |
| 51 | + required: true |
| 52 | + |
| 53 | + - type: textarea |
| 54 | + id: expected-behavior |
| 55 | + attributes: |
| 56 | + label: Expected Behavior |
| 57 | + description: Describe how Collapse and/or the plugin should have behaved, being as detailed as possible in your answer. |
| 58 | + placeholder: What should have happened? |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + |
| 62 | + - type: textarea |
| 63 | + id: reproduction-steps |
| 64 | + attributes: |
| 65 | + label: Steps to reproduce |
| 66 | + description: Describe the steps you took to reproduce the bug, with as much detail as possible. |
| 67 | + placeholder: | |
| 68 | + 1. [First step] |
| 69 | + 2. [Second step] |
| 70 | + 3. [so on...] |
| 71 | + validations: |
| 72 | + required: true |
| 73 | + |
| 74 | + - type: input |
| 75 | + id: related-issues |
| 76 | + attributes: |
| 77 | + label: Related Issues |
| 78 | + description: If this issue affects other issues or has the potential to, mark it here. |
| 79 | + placeholder: e.g. `#144` |
| 80 | + |
| 81 | + - type: textarea |
| 82 | + id: screenshots |
| 83 | + attributes: |
| 84 | + label: Screenshot(s) |
| 85 | + description: If this issue affects a visual component (UI element) of Collapse, please paste the relevant screenshots, recordings and GIFs here. |
| 86 | + |
| 87 | + - type: textarea |
| 88 | + id: additional-info |
| 89 | + attributes: |
| 90 | + label: Additional Information |
| 91 | + description: If you have anything else to add that may help with resolving the issue (logs, dumps, comments, etc.), feel free to leave them here. |
| 92 | +--- |
0 commit comments