Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Update issues template.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench authored Oct 27, 2017
1 parent bb0630c commit 960a788
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Details
# Steps or code to reproduce the problem.

## Example code (if applicable)
```C
#include <evhtp.h>

int
main(int argc, char ** argv)
{
return 0;
}
```
# Version

0 comments on commit 960a788

Please sign in to comment.