mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Update feature request template.
This commit is contained in:
parent
187bd22d5d
commit
c7aa369f6f
2 changed files with 25 additions and 8 deletions
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
8
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
|
@ -1,8 +0,0 @@
|
|||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
---
|
||||
|
||||
<!-- Please search existing issues to avoid creating duplicates. -->
|
||||
|
||||
<!-- Describe the feature you'd like. -->
|
||||
25
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
25
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
name: Bug Report
|
||||
description: Suggest an idea for this project
|
||||
title: "[Feature Request] "
|
||||
labels:
|
||||
- "feature-request"
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
To help us efficiently reviewing your feature request, please fill out this form.
|
||||
- type: checkboxes
|
||||
id: not
|
||||
attributes:
|
||||
label: Context
|
||||
options:
|
||||
- label: This issue is not a bug report. *(please use a different template for reporting a bug)*
|
||||
required: true
|
||||
- label: This issue is not a duplicate of an existing issue. *(please use the [search](https://github.com/microsoft/monaco-editor/issues) to find existing issues)*
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Description
|
||||
description: Please describe your feature request.
|
||||
Loading…
Add table
Add a link
Reference in a new issue