Skip to content

Commit fc1f81d

Browse files
committed
Add issue templates with new style
1 parent 4d0643b commit fc1f81d

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

.github/ISSUE_TEMPLATE/api_request.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: API request
3+
about: Send a API request for the libc crate.
4+
labels: C-API-request
5+
---
6+
7+
<!--
8+
Please provide the below information:
9+
10+
* the target triple
11+
* link to the documentation of the API showing the type signatures, how to use
12+
it, etc.
13+
14+
In general, just please consider that the people who can help you are all very
15+
busy, they will be helping you in their free time, there are a lot of people in
16+
need of help so they need to prioritize to which issues they devote their free
17+
time, etc. So try to give most of the information upfront, be concise, show
18+
small self-contained examples (nobody has time to create a new cargo project,
19+
set up dependencies,...), etc. Help us help you.
20+
-->
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
<!--
2-
**Help us help you.**
1+
---
2+
name: Bug Report
3+
about: Create a bug report for the libc crate.
4+
labels: C-bug
5+
---
36

4-
If you are reporting a bug, include:
7+
<!--
8+
Please provide the below information:
59
610
* a Minimum Working Example without any dependencies (except libc) that shows
711
the issue and ideally reproduces in the Rust playground
812
* the target triple - libc supports many targets and many APIs
913
* instructions to reproduce, logs (e.g. build logs, links to Travis-CI logs,
1014
uploads to github gists, etc.).
1115
12-
If 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-
1816
In general, just please consider that the people who can help you are all very
1917
busy, they will be helping you in their free time, there are a lot of people in
2018
need of help so they need to prioritize to which issues they devote their free
2119
time, etc. So try to give most of the information upfront, be concise, show
2220
small self-contained examples (nobody has time to create a new cargo project,
2321
set up dependencies,...), etc. Help us help you.
22+
2423
-->

0 commit comments

Comments
 (0)