microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
569721b9ae9851dcd5c383245e88b3bd00d363c4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.github/ISSUE_TEMPLATE/general-issue.yml

27lines · modecode

1name: General Issue
2description: Report a general issue or request a feature
3title: "feat: "
4labels: ["needs-triage"]
5body:
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