1<!-- 2**Help us help you.** 3 4If you are reporting a bug, include: 5 6* a Minimum Working Example without any dependencies (except libc) that shows 7 the issue and ideally reproduces in the Rust playground 8* the target triple - libc supports many targets and many APIs 9* instructions to reproduce, logs (e.g. build logs, links to Travis-CI logs, 10 uploads to github gists, etc.). 11 12If you are requesting a new API, include: 13 14* the target triple 15* link to the documentation of the API showing the type signatures, how to use 16 it, etc. 17 18In general, just please consider that the people who can help you are all very 19busy, they will be helping you in their free time, there are a lot of people in 20need of help so they need to prioritize to which issues they devote their free 21time, etc. So try to give most of the information upfront, be concise, show 22small self-contained examples (nobody has time to create a new cargo project, 23set up dependencies,...), etc. Help us help you. 24--> 25