Add issue templates with new style

This commit is contained in:
Yuki Okushi 2020-10-22 16:05:09 +09:00
parent 4d0643b769
commit fc1f81dc16
2 changed files with 28 additions and 9 deletions

20
.github/ISSUE_TEMPLATE/api_request.md vendored Normal file
View File

@ -0,0 +1,20 @@
---
name: API request
about: Send a API request for the libc crate.
labels: C-API-request
---
<!--
Please provide the below information:
* the target triple
* link to the documentation of the API showing the type signatures, how to use
it, etc.
In general, just please consider that the people who can help you are all very
busy, they will be helping you in their free time, there are a lot of people in
need of help so they need to prioritize to which issues they devote their free
time, etc. So try to give most of the information upfront, be concise, show
small self-contained examples (nobody has time to create a new cargo project,
set up dependencies,...), etc. Help us help you.
-->

View File

@ -1,7 +1,11 @@
<!--
**Help us help you.**
---
name: Bug Report
about: Create a bug report for the libc crate.
labels: C-bug
---
If you are reporting a bug, include:
<!--
Please provide the below information:
* a Minimum Working Example without any dependencies (except libc) that shows
the issue and ideally reproduces in the Rust playground
@ -9,16 +13,11 @@ If you are reporting a bug, include:
* instructions to reproduce, logs (e.g. build logs, links to Travis-CI logs,
uploads to github gists, etc.).
If you are requesting a new API, include:
* the target triple
* link to the documentation of the API showing the type signatures, how to use
it, etc.
In general, just please consider that the people who can help you are all very
busy, they will be helping you in their free time, there are a lot of people in
need of help so they need to prioritize to which issues they devote their free
time, etc. So try to give most of the information upfront, be concise, show
small self-contained examples (nobody has time to create a new cargo project,
set up dependencies,...), etc. Help us help you.
-->