mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
a1a1cbc975
* Add period in the new PR and new issue template * fix typo --------- Co-authored-by: Lily Wang <v-lilywang@microsoft.com> Co-authored-by: Javier Matos Denizac <javiermat@microsoft.com>
30 lines
1012 B
YAML
30 lines
1012 B
YAML
name: Request a feature or improvement
|
|
description: Suggest an improvement to vcpkg.
|
|
title: ''
|
|
labels: ["category:vcpkg-feature"]
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Is your feature request related to a problem? Please describe.
|
|
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Proposed solution
|
|
placeholder: A clear and concise description of what you want to happen.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe alternatives you've considered
|
|
placeholder: A clear and concise description of any alternative solutions or features you've considered.
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
placeholder: Add any other context or screenshots about the feature request here.
|
|
validations:
|
|
required: false
|