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

34 lines
888 B
Markdown
Raw Normal View History

2019-07-19 13:32:32 -07:00
---
name: Report package build failure
about: Let us know about build failures in ports.
title: "[<port name>] build failure"
labels: category:port-bug
2019-07-19 13:32:32 -07:00
assignees: ''
---
<!-- ⚠ Please use the generated issue template instead to report a port build failure. ⚠ -->
<!-- ⁉ You can find its location at the end of the console output. ⁉ -->
2019-07-19 13:32:32 -07:00
**Host Environment**
2019-07-19 13:32:32 -07:00
- OS: [e.g. Windows/Linux etc...]
- Compiler: revision
**To Reproduce**
2019-07-19 13:32:32 -07:00
Steps to reproduce the behavior:
2019-07-19 13:32:32 -07:00
`./vcpkg install xxxx`
**Failure logs**
- Cut and paste the appropriate build messages from the console output.
- Attach ***every failure log file*** mentioned in the console output.
<!-- ‼ **The console output by itself is not enough to investigate a build failure.** ‼ -->
2019-07-19 13:32:32 -07:00
**Additional context**
2019-07-19 13:32:32 -07:00
Add any other context about the problem here, such as what you have already tried to resolve the issue.