aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/.github/ISSUE_TEMPLATE/02-request-an-update-to-an-existing-port.yml
diff options
context:
space:
mode:
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