[issue template] Emphasise that console output isn't enough (#26569)

* [issue template] Emphasise that console output isn't enough

* comments before failure logs

* Be even more specific

* Remove s

* Address CR

* ⁉

* use new label

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>

Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
This commit is contained in:
Thomas1664 2022-09-15 23:19:41 +02:00 committed by GitHub
parent 3bc4cc846b
commit a1737683a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,22 +2,32 @@
name: Report package build failure name: Report package build failure
about: Let us know about build failures in ports. about: Let us know about build failures in ports.
title: "[<port name>] build failure" title: "[<port name>] build failure"
labels: port bug labels: category:port-bug
assignees: '' 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. ⁉ -->
**Host Environment** **Host Environment**
- OS: [e.g. Windows/Linux etc...] - OS: [e.g. Windows/Linux etc...]
- Compiler: revision - Compiler: revision
**To Reproduce** **To Reproduce**
Steps to reproduce the behavior: Steps to reproduce the behavior:
`./vcpkg install xxxx` `./vcpkg install xxxx`
**Failure logs** **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.
<!-- ‼ **The console output by itself is not enough to investigate a build failure.** ‼ -->
**Additional context** **Additional context**
Add any other context about the problem here, such as what you have already tried to resolve the issue. Add any other context about the problem here, such as what you have already tried to resolve the issue.