From 9bd8b5392452198e8f2e5bf54bf85d384794ade4 Mon Sep 17 00:00:00 2001 From: Matthew Newville Date: Fri, 22 Jul 2016 18:21:41 -0500 Subject: [PATCH] update ISSUE TEMPLATE --- .github/ISSUE_TEMPLATE.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a3680f3d3..651171245 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,13 +1,10 @@ -### Submitting an Issue: +### DO NOT IGNORE ### -If you have not submitted an issue to LMFIT before, please read https://github.com/lmfit/lmfit-py/blob/master/.github/CONTRIBUTING.md before submitting any Issues. Use the Mailing list https://groups.google.com/group/lmfit-py for questions about LMFIT. +If you have not submitted an issue to LMFIT before, first read https://github.com/lmfit/lmfit-py/blob/master/.github/CONTRIBUTING.md. -When submitting an Issue please remember to include the following: +***DO NOT USE GITHUB ISSUES FOR QUESTIONS*** -- Include an example that shows the Issue, or explain why you did not. It is OK to use gist or give a link to examples or data. It is OK to use or point to Jupyter notebooks. +Use the Mailing list https://groups.google.com/group/lmfit-py for questions about LMFIT. -- Describe what output you expected. - -- Describe what output you actually got. - -- If an exception is raised, include the full traceback or explain why you did not. +If you ignore this and do post a question as a Github Issue anyway, the Issue will be closed +and not answered.