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

Commit

Permalink
Merge branch 'release/1.2.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench committed Nov 14, 2017
2 parents f5e6baa + 420da83 commit df7be10
Show file tree
Hide file tree
Showing 18 changed files with 1,278 additions and 747 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
docs/
html/
build/*
!build/.gitkeep
cmake-build-debug
.idea
Loading

0 comments on commit df7be10

Please sign in to comment.