Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Aug 10, 2018
1 parent ec75281 commit 43801dc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,15 @@
---
name: Feature request
about: Suggest an idea for this project

---

**Are you requesting support for a new curl flag? If so, what is the flag and the equivalent Go code?**

```bash
# (put curl command here)
```

```go
// (put Go code here
```

0 comments on commit 43801dc

Please sign in to comment.