diff --git a/.github/ISSUE_TEMPLATE/report-package-build-failure.md b/.github/ISSUE_TEMPLATE/report-package-build-failure.md index 765f870c1d..5f0199cab1 100644 --- a/.github/ISSUE_TEMPLATE/report-package-build-failure.md +++ b/.github/ISSUE_TEMPLATE/report-package-build-failure.md @@ -2,22 +2,32 @@ name: Report package build failure about: Let us know about build failures in ports. title: "[] build failure" -labels: port bug +labels: category:port-bug assignees: '' --- + + + **Host Environment** + - OS: [e.g. Windows/Linux etc...] - Compiler: revision **To Reproduce** + Steps to reproduce the behavior: + `./vcpkg install xxxx` **Failure logs** --Cut and paste the appropriate build messages from the console output. --Please attach any additional failure logs mentioned in the console output. + +- Cut and paste the appropriate build messages from the console output. +- Attach ***every failure log file*** mentioned in the console output. + + **Additional context** + Add any other context about the problem here, such as what you have already tried to resolve the issue.