aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/.github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.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/02-request-an-update-to-an-existing-port.yml
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/.github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml')
-rw-r--r--vcpkg/.github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/.github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml b/vcpkg/.github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml
new file mode 100644
index 0000000..06ef6ee
--- /dev/null
+++ b/vcpkg/.github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml
@@ -0,0 +1,23 @@
+name: Request an update to an existing port
+description: Let us know about a new version of a library we should pick up.
+title: "[<port name>] update to <version>"
+labels: ['category:port-update']
+body:
+ - type: input
+ id: name
+ attributes:
+ label: Library name
+ validations:
+ required: true
+ - type: input
+ id: version
+ attributes:
+ label: New version number
+ validations:
+ required: true
+ - type: textarea
+ id: information
+ attributes:
+ label: Other information that may be useful (release notes, etc...)
+ validations:
+ required: false