aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/.github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/.github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/.github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml')
-rw-r--r--vcpkg/.github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml29
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/.github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml b/vcpkg/.github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml
new file mode 100644
index 0000000..c27fbc5
--- /dev/null
+++ b/vcpkg/.github/ISSUE_TEMPLATE/04-request-a-feature-or-improvement.yml
@@ -0,0 +1,29 @@
+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