commit 0a7027e2a87283743d5310b74e18666e4a64d3e1
parent 5f24a2c047db0bff8c9e267bfa8ef8e43e6bd24e
Author: Christian Oliff <christianoliff@yahoo.com>
Date: Mon, 21 May 2018 23:47:16 +0900
Create SUPPORT.md
To help cut down on the number of general questions, it'd be good to add a `SUPPORT.md` to the `.github` folder.
A link to this would then be displayed automatically when a user opens a New Issue (https://github.com/gohugoio/hugo/issues/new).
To see an example of this take a look at: https://github.com/twbs/bootstrap/issues/new
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md
@@ -0,0 +1,3 @@
+### Asking Support Questions
+
+We have an active [discussion forum](https://discourse.gohugo.io) where users and developers can ask questions. Please don't use the GitHub issue tracker to ask questions.