Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE to include forum (#7301)
Browse files Browse the repository at this point in the history
* Update ISSUE_TEMPLATE to include forum

Also reorders the content, putting the sections about questions first.

* Fix typo
  • Loading branch information
straight-shoota authored and RX14 committed Jan 11, 2019
1 parent d1cf15f commit 01d3cae
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Submitting questions

If you have a question like "how do I do X?", this is not the right place for asking it. Please ask on the [Crystal Forum](https://forum.crystal-lang.org), on our combined [Gitter](https://gitter.im/crystal-lang/crystal)/[IRC](http://webchat.freenode.net/?channels=#crystal-lang) or on [StackOverflow](http://stackoverflow.com/questions/tagged/crystal-lang).

# Submitting bugs

Make sure to review these points before submitting issues - thank you!
Expand All @@ -8,8 +12,3 @@ Make sure to review these points before submitting issues - thank you!
- Reduce code, if possible, to the minimum size that reproduces the bug.
- If all of the above is impossible due to a large project, create a branch that reproduces the bug and point us to it.
- Include Crystal compiler version (`crystal -v`) and OS. If possible, try to see if the bug still reproduces on master.

# Submitting questions

- If the question is something like "how do I do X?", consider using [StackOverflow](http://stackoverflow.com/questions/tagged/crystal-lang)
- If the question is about a shard, consider asking the question in that shard

0 comments on commit 01d3cae

Please sign in to comment.