vcpkg/.github/ISSUE_TEMPLATE/report-package-build-failure.md

24 lines
606 B
Markdown
Raw Normal View History

2019-07-20 04:32:32 +08:00
---
name: Report package build failure
about: Let us know about build failures in ports.
title: "[<port name>] build failure"
2019-07-20 04:36:35 +08:00
labels: port bug
2019-07-20 04:32:32 +08:00
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 past the appropriate build messages from the console output.
-Please attach any additional failure logs 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.