Set up some issue templates

This commit is contained in:
David Tolnay 2018-05-05 01:44:37 -07:00
parent 97eff8e875
commit 175c638fdc
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
3 changed files with 21 additions and 0 deletions

7
.github/ISSUE_TEMPLATE/1-problem.md vendored Normal file
View File

@ -0,0 +1,7 @@
---
name: Problem
about: Something does not seem right
---

7
.github/ISSUE_TEMPLATE/2-feature.md vendored Normal file
View File

@ -0,0 +1,7 @@
---
name: Feature request
about: Share how Serde could support your use case better
---

7
.github/ISSUE_TEMPLATE/3-help.md vendored Normal file
View File

@ -0,0 +1,7 @@
---
name: Help
about: This is the right place
---