Skip to content

Commit 417eadd

Browse files
authored
Update issue templates
1 parent fb21de8 commit 417eadd

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG] Title"
5+
labels: bug
6+
assignees: etr
7+
8+
---
9+
10+
<!--
11+
12+
Have you read Atom's Code of Conduct? By filing an Issue, you are expected to comply with it, including treating everyone with respect: https://github.com/etr/libhttpserver/blob/master/CODE_OF_CONDUCT.md
13+
14+
Do you want to ask a question? Are you looking for support? Our message board is the best place for getting support: https://gitter.im/libhttpserver/community
15+
16+
-->
17+
18+
### Prerequisites
19+
20+
* [ ] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issues
21+
22+
### Description
23+
24+
[Description of the issue]
25+
26+
### Steps to Reproduce
27+
28+
1. [First Step]
29+
2. [Second Step]
30+
3. [and so on...]
31+
32+
**Expected behavior:** [What you expect to happen]
33+
34+
**Actual behavior:** [What actually happens]
35+
36+
**Reproduces how often:** [What percentage of the time does it reproduce?]
37+
38+
### Versions
39+
40+
* OS version (if on linux, the output of "uname -a")
41+
* libhttpserver version (please specify whether compiled or packaged)
42+
* libmicrohttpd version (please specify whether compiled or packaged)
43+
44+
If you have problems during build:
45+
* Compiler version
46+
* autotools version
47+
48+
### Additional Information
49+
50+
Any additional information, configuration (especially build configuration flags if you compiled the libraries) or data that might be necessary to reproduce the issue.
51+
52+
If you have problems during build, please attach your config.log and the full scope of your error from make.
53+
54+
If you have problems at execution, please:
55+
* attach the stacktrace in case of crash (a coredump would be even better).
56+
* provide a main that reproduces the error.

0 commit comments

Comments
 (0)