From 6519a5b007b510f9ca72b3949e5f4a79684203d5 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Mon, 29 Feb 2016 09:03:14 -0500 Subject: [PATCH] First shot at an issue template goal is to reduce # of "how do I" issues which should go to discussion forum as well as bug reports which don't include full details. --- .github/ISSUE_TEMPLATE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 00000000..cf29e312 --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,15 @@ +*The issue tracker is for reporting product deficiencies. How do I questions should be posted to [the discussion forum](https://groups.google.com/group/google-apps-manager). When in doubt, start at [the discussion forum](https://groups.google.com/group/google-apps-manager) and return here to file an issue only when instructed to do so.* + +### Please confirm the following: +- I have upgraded to the [latest GAM release](http://git.io/gamreleases) and I still have this issue. +- I am typing the command as described in the [GAM Wiki](https://github.com/jay0lee/GAM/wiki) +- I am using a Google Apps for Work, Unlimited or EDU account (Google Apps Standard / Free is not supported) + +### Steps to reproduce the issue: +1. ... +1. ... +1. ... + +### Expected outcome (what are you trying to do?) + +### Actual outcome (what errors or bad behavior do you see instead?) \ No newline at end of file