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 · modepreview

name: General Issue
description: Report a general issue or request a feature
title: "feat: "
labels: ["needs-triage"]
body:
  - type: markdown
    attributes:
      value: |
        Thanks for taking the time to create an issue!
  
  - type: textarea
    id: description
    attributes:
      label: Issue Description
      description: Please provide a clear and concise description of the issue or request
      placeholder: Describe what you're seeing or what you'd like to see improved
    validations:
      required: true
  
  - type: textarea
    id: additional-context
    attributes:
      label: Additional Context
      description: Add any other context, screenshots, or information about the issue
      placeholder: Any additional details that might help
    validations:
      required: false