|
| 1 | +name: Bug Report |
| 2 | +description: Provide supporting details for a bug in the Datum Cloud Platform. |
| 3 | +labels: |
| 4 | +- bug |
| 5 | +type: Bug |
| 6 | +body: |
| 7 | + - type: textarea |
| 8 | + attributes: |
| 9 | + label: "Overview" |
| 10 | + description: "Provide a concise summary of the bug." |
| 11 | + placeholder: "Include a short explanation of the gap or need." |
| 12 | + validations: |
| 13 | + required: true |
| 14 | + - type: textarea |
| 15 | + attributes: |
| 16 | + label: "Steps to Reproduce" |
| 17 | + description: "Please provide detailed steps to reproduce the bug. Number each step." |
| 18 | + placeholder: | |
| 19 | + 1. Go to '...' |
| 20 | + 2. Click on '....' |
| 21 | + 3. Scroll down to '....' |
| 22 | + 4. See error |
| 23 | + validations: |
| 24 | + required: true |
| 25 | + - type: textarea |
| 26 | + attributes: |
| 27 | + label: "Actual Behavior" |
| 28 | + description: "What actually happened when you followed the steps?" |
| 29 | + placeholder: "Describe the problem you encountered." |
| 30 | + validations: |
| 31 | + required: true |
| 32 | + - type: textarea |
| 33 | + attributes: |
| 34 | + label: "Expected Behavior" |
| 35 | + description: "What did you expect to happen?" |
| 36 | + placeholder: "Describe what you thought should occur." |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + - type: textarea |
| 40 | + attributes: |
| 41 | + label: "Environment Details" |
| 42 | + description: "Please provide details about the environment where you experienced the bug." |
| 43 | + placeholder: | |
| 44 | + - Operating System (e.g., Windows 10, macOS Sonoma 14.2.1): |
| 45 | + - Browser (e.g., Chrome 120.0.6099.129, Safari 17.2.1): |
| 46 | + - Device (e.g., Laptop, iPhone 15 Pro): |
| 47 | + - Any relevant versions (e.g., App version, specific library versions): |
| 48 | + validations: |
| 49 | + required: false |
| 50 | + - type: dropdown |
| 51 | + attributes: |
| 52 | + label: "Impact / Severity" |
| 53 | + description: "How significantly is this bug impacting your ability to use the platform?" |
| 54 | + options: |
| 55 | + - "Critical: Prevents me from using essential features or a complete outage." |
| 56 | + - "High: Significantly impairs my ability to use important features." |
| 57 | + - "Medium: Causes inconvenience but I can still use the platform with workarounds." |
| 58 | + - "Low: Minor issue or cosmetic problem with minimal impact." |
| 59 | + validations: |
| 60 | + required: false |
| 61 | + - type: textarea |
| 62 | + attributes: |
| 63 | + label: "Additional Context" |
| 64 | + description: "Add any links, references, or context you think is relevant. This could include error messages, logs, or specific data you were using." |
| 65 | + placeholder: "Provide URLs, doc references, error messages, or any other useful details." |
| 66 | + validations: |
| 67 | + required: false |
| 68 | + - type: textarea |
| 69 | + attributes: |
| 70 | + label: "Attachments / Screenshots" |
| 71 | + description: "If applicable, please provide screenshots, logs, or any other files that could help us understand the issue. You can drag and drop files here or paste links." |
| 72 | + placeholder: "Drag and drop files or paste links to attachments." |
| 73 | + validations: |
| 74 | + required: false |
0 commit comments