Add issue template, resolves #1773

On issue #1773, we wanted use issue templates to accomplish two things:
1. guide questions into StackOverflow and IRC channel
2. not duplicate CONTRIBUTING content
To resolve these, ISSUE_TEMPLATE is added to remind users not
to ask questions.
This commit is contained in:
Hyunchel Kim 2016-06-02 10:29:33 -07:00
parent 41f3d67dff
commit 14e4207397

2
.github/ISSUE_TEMPLATE.rst vendored Normal file
View file

@ -0,0 +1,2 @@
The issue tracker is a tool to address bugs.
Please use `#pocoo` IRC channel on freenode or `StackOverflow` for questions.