mirror of
https://github.com/clangd/clangd.git
synced 2024-12-04 21:17:10 +00:00
NFC: Improve Bug Report issue template
Since this is a Markdown file, line breaks are needed for proper formatting. Otherwise, Preview joins lines that were not supposed to be together.
This commit is contained in:
parent
e2345b0261
commit
c576bf40d1
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -13,11 +13,15 @@ For hints on what information is helpful, see: https://clangd.llvm.org/troublesh
|
||||
If you can, provide a minimal chunk of code that shows the problem (either inline, or attach it if larger).
|
||||
|
||||
**Logs**
|
||||
|
||||
Please attach the clangd stderr log if you can. (Usually available from the editor)
|
||||
If possible, run with `--log=verbose` - note that the logs will include the contents of open files!
|
||||
If this is a crash, try to put `llvm-symbolizer` on your PATH per the troubleshooting instructions.
|
||||
|
||||
**System information**
|
||||
|
||||
Output of `clangd --version`:
|
||||
|
||||
Editor/LSP plugin:
|
||||
|
||||
Operating system:
|
||||
|
Loading…
Reference in New Issue
Block a user