microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-html-program-viewer-crash

Branches

Tags

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

Clone

HTTPS

Download ZIP

.github/ISSUE_TEMPLATE/feature-request.yml

29lines · modecode

1name: 🚀 New feature proposal
2description: Propose a new feature to be added to TypeSpec
3labels: []
4body:
5 - type: markdown
6 attributes:
7 value: |
8 Thanks for your interest in the project and taking the time to fill out this feature report!
9 - type: textarea
10 id: feature-description
11 attributes:
12 label: Clear and concise description of the problem
13 validations:
14 required: true
15
16 - type: checkboxes
17 id: checklist
18 attributes:
19 label: Checklist
20 description: Before submitting the issue, please make sure you do the following
21 options:
22 - label: Follow our [Code of Conduct](https://github.com/microsoft/typespec/blob/main/CODE_OF_CONDUCT.md)
23 required: true
24
25 - label: Read the [docs](https://typespec.io/docs/).
26 required: true
27
28 - label: Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
29 required: true