diff --git a/.github/ISSUE_TEMPLATE/i-have-a-question.md b/.github/ISSUE_TEMPLATE/i-have-a-question.md index 7321949fc1..7129976300 100644 --- a/.github/ISSUE_TEMPLATE/i-have-a-question.md +++ b/.github/ISSUE_TEMPLATE/i-have-a-question.md @@ -2,7 +2,7 @@ name: I have a question about: I have a question and don't see a clear answer in documentation title: How do I ... -labels: '' +labels: Question assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/report-package-build-failure.md b/.github/ISSUE_TEMPLATE/report-package-build-failure.md index 53594fbe18..e42ff43f81 100644 --- a/.github/ISSUE_TEMPLATE/report-package-build-failure.md +++ b/.github/ISSUE_TEMPLATE/report-package-build-failure.md @@ -2,7 +2,7 @@ name: Report package build failure about: Let us know about build failures in ports. title: "[] build failure" -labels: '' +labels: port bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md b/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md index e590eb3c91..a40036f953 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement-to-a-port.md @@ -2,7 +2,7 @@ name: Request a feature or improvement to a port about: Suggest an improvement to one the the ports/libraries in vcpkg title: "[] " -labels: '' +labels: port feature assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md b/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md index 28aed49213..55d06b16a6 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature-or-improvement.md @@ -2,7 +2,7 @@ name: Request a feature or improvement about: Suggest an improvement to vcpkg title: '' -labels: '' +labels: vcpkg feature assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-a-new-port.md b/.github/ISSUE_TEMPLATE/request-a-new-port.md index 1d50da5ca8..65c9bf01c1 100644 --- a/.github/ISSUE_TEMPLATE/request-a-new-port.md +++ b/.github/ISSUE_TEMPLATE/request-a-new-port.md @@ -2,7 +2,7 @@ name: Request a new port about: Request a new port/library that vcpkg should support title: "[New Port Request] " -labels: '' +labels: new port request - consider making a PR! assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md b/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md index 710b114c23..f1689b0976 100644 --- a/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md +++ b/.github/ISSUE_TEMPLATE/request-an-update-to-an-existing-port.md @@ -2,7 +2,7 @@ name: Request an update to an existing port about: Let us know about a new version of a library we should pick up. title: "[] update to " -labels: '' +labels: port feature assignees: '' ---