microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
.github/ISSUE_TEMPLATE/general-issue.yml
27lines · modecode
| 1 | name: General Issue |
| 2 | description: Report a general issue or request a feature |
| 3 | title: "feat: " |
| 4 | labels: ["needs-triage"] |
| 5 | body: |
| 6 | - type: markdown |
| 7 | attributes: |
| 8 | value: | |
| 9 | Thanks for taking the time to create an issue! |
| 10 | |
| 11 | - type: textarea |
| 12 | id: description |
| 13 | attributes: |
| 14 | label: Issue Description |
| 15 | description: Please provide a clear and concise description of the issue or request |
| 16 | placeholder: Describe what you're seeing or what you'd like to see improved |
| 17 | validations: |
| 18 | required: true |
| 19 | |
| 20 | - type: textarea |
| 21 | id: additional-context |
| 22 | attributes: |
| 23 | label: Additional Context |
| 24 | description: Add any other context, screenshots, or information about the issue |
| 25 | placeholder: Any additional details that might help |
| 26 | validations: |
| 27 | required: false |
| 28 | |