|
| 1 | +name: Report a bug ❌ |
| 2 | +description: Report a bug for WavelogGate |
| 3 | +title: "Choose a descriptive title......" |
| 4 | +labels: ["bug"] |
| 5 | +body: |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: | |
| 9 | + ## |
| 10 | + ### 👋 Hello and welcome |
| 11 | + Thanks for reporting a bug! To fix issues efficiently, we need complete information. Incomplete reports often make it impossible to reproduce or solve the problem. |
| 12 | + |
| 13 | + ⏱️ Please fill out all required fields carefully. The few minutes you invest here save hours of back-and-forth questions later. |
| 14 | + |
| 15 | + --- |
| 16 | + - type: checkboxes |
| 17 | + id: prerequisites |
| 18 | + attributes: |
| 19 | + label: I have checked the following |
| 20 | + options: |
| 21 | + - label: I am running the latest version of Wavelog |
| 22 | + required: true |
| 23 | + - label: I am running the latest version of WavelogGate |
| 24 | + required: true |
| 25 | + - label: This is a bug, not a setup question or feature request |
| 26 | + required: true |
| 27 | + |
| 28 | + - type: textarea |
| 29 | + id: bug-description |
| 30 | + attributes: |
| 31 | + label: Bug Description |
| 32 | + description: Clear description of the bug |
| 33 | + placeholder: What went wrong? |
| 34 | + validations: |
| 35 | + required: true |
| 36 | + |
| 37 | + - type: textarea |
| 38 | + id: steps |
| 39 | + attributes: |
| 40 | + label: Steps to Reproduce |
| 41 | + description: Step-by-step instructions to reproduce the issue |
| 42 | + placeholder: | |
| 43 | + 1. Go to '...' |
| 44 | + 2. Click on '...' |
| 45 | + 3. See error |
| 46 | + validations: |
| 47 | + required: true |
| 48 | + |
| 49 | + - type: textarea |
| 50 | + id: expected |
| 51 | + attributes: |
| 52 | + label: Expected Behavior |
| 53 | + description: What should happen instead? |
| 54 | + placeholder: Describe what you expected to happen |
| 55 | + validations: |
| 56 | + required: true |
| 57 | + |
| 58 | + - type: input |
| 59 | + id: wavelog-version |
| 60 | + attributes: |
| 61 | + label: Wavelog Version |
| 62 | + description: Found in Admin > Debug Menu or User Menu > Version Info |
| 63 | + placeholder: e.g., 1.7.5 |
| 64 | + validations: |
| 65 | + required: true |
| 66 | + |
| 67 | + - type: input |
| 68 | + id: waveloggate-version |
| 69 | + attributes: |
| 70 | + label: WavelogGate Version |
| 71 | + description: Which version of WavelogGate are you using? |
| 72 | + placeholder: e.g., 1.1.10 |
| 73 | + validations: |
| 74 | + required: true |
| 75 | + |
| 76 | + - type: input |
| 77 | + id: browser |
| 78 | + attributes: |
| 79 | + label: Browser |
| 80 | + description: Tell us which browser you are using |
| 81 | + placeholder: e.g., Firefox, Chrome, Safari, ... |
| 82 | + validations: |
| 83 | + required: true |
| 84 | + |
| 85 | + - type: dropdown |
| 86 | + id: os |
| 87 | + attributes: |
| 88 | + label: Operating System |
| 89 | + options: |
| 90 | + - Windows |
| 91 | + - macOS |
| 92 | + - Linux |
| 93 | + |
| 94 | + - type: textarea |
| 95 | + id: screenshots |
| 96 | + attributes: |
| 97 | + label: Screenshots / Browser Console |
| 98 | + description: | |
| 99 | + Add screenshots or browser console output (F12) |
| 100 | + Tipp: You can paste images directly |
| 101 | + placeholder: Drag & drop images here |
| 102 | + |
| 103 | + - type: textarea |
| 104 | + id: additional |
| 105 | + attributes: |
| 106 | + label: Additional Context |
| 107 | + description: Any other relevant information |
0 commit comments