|
| 1 | +name: Sovereign Cloud Brain Trek Issue |
| 2 | +description: Report content issues, suggest improvements, or contribute to the Sovereign Cloud learning program |
| 3 | +labels: ["triage"] |
| 4 | +title: "[Issue] " |
| 5 | +assignees: [] |
| 6 | +body: |
| 7 | + - type: dropdown |
| 8 | + id: issue_type |
| 9 | + attributes: |
| 10 | + label: Issue Type |
| 11 | + options: |
| 12 | + - Content Error/Correction |
| 13 | + - Documentation Improvement |
| 14 | + - Lab/Exercise Issue |
| 15 | + - Quiz Question Issue |
| 16 | + - New Content Suggestion |
| 17 | + - Visual Asset Specification |
| 18 | + - Technical Question |
| 19 | + - Other |
| 20 | + description: What type of issue are you reporting? |
| 21 | + validations: |
| 22 | + required: true |
| 23 | + |
| 24 | + - type: dropdown |
| 25 | + id: learning_level |
| 26 | + attributes: |
| 27 | + label: Learning Level |
| 28 | + options: |
| 29 | + - Level 50 - Essentials |
| 30 | + - Level 100 - Foundational |
| 31 | + - Level 200 - Intermediate |
| 32 | + - Level 300 - Advanced |
| 33 | + - All Levels |
| 34 | + description: Which learning level does this affect? |
| 35 | + validations: |
| 36 | + required: true |
| 37 | + |
| 38 | + - type: checkboxes |
| 39 | + id: modules |
| 40 | + attributes: |
| 41 | + label: Module(s) Involved |
| 42 | + options: |
| 43 | + - label: Digital Sovereignty & Sovereignty Models |
| 44 | + - label: Cloud Models Overview |
| 45 | + - label: Azure Local |
| 46 | + - label: Azure Arc |
| 47 | + - label: Edge RAG (Retrieval-Augmented Generation) |
| 48 | + - label: Security & Compliance |
| 49 | + - label: Cost Optimization |
| 50 | + - label: Multiple/Other |
| 51 | + |
| 52 | + - type: textarea |
| 53 | + id: description |
| 54 | + attributes: |
| 55 | + label: Description |
| 56 | + description: Clearly describe the issue, suggestion, or question. Include specific details, page numbers/section names, and steps to reproduce if applicable. |
| 57 | + validations: |
| 58 | + required: true |
| 59 | + |
| 60 | + - type: textarea |
| 61 | + id: content_context |
| 62 | + attributes: |
| 63 | + label: Relevant Content Context |
| 64 | + description: | |
| 65 | + - Which file/module is affected? (e.g., docs/level-100/azure-local-overview.md) |
| 66 | + - What's the specific section or quiz question number? |
| 67 | + - Any error messages, broken links, or incorrect information? |
| 68 | + - Relevant screenshots or examples? |
| 69 | +
|
| 70 | + - type: textarea |
| 71 | + id: solution |
| 72 | + attributes: |
| 73 | + label: Suggested Solution (if applicable) |
| 74 | + description: If you have a proposed fix, correction, or new content idea, describe it here. |
| 75 | + |
| 76 | + - type: textarea |
| 77 | + id: additional_context |
| 78 | + attributes: |
| 79 | + label: Additional Context |
| 80 | + description: Add any other context, references, external resources, or Microsoft Learn links that may help. |
0 commit comments