From d61c5cb905e6ffa377f61ea6bfc896a1a673ff77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 11 Jan 2019 17:45:47 +0100 Subject: [PATCH 1/2] Update ISSUE_TEMPLATE to include forum Also reorders the content, putting the sections about questions first. --- ISSUE_TEMPLATE.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 9199adb859fc..04e09c360c93 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,3 +1,7 @@ +# Submitting questions + +If your 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! @@ -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 From fcf19727ea98cac74b2b59a712181db3b83a22c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Fri, 11 Jan 2019 21:20:13 +0100 Subject: [PATCH 2/2] Fix typo --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 04e09c360c93..a7ac9727bf85 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,6 +1,6 @@ # Submitting questions -If your 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). +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