diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ae5375f43..5a77e200c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,12 @@ -## Step 1: Have you search for this issue before posting it? + -## Step 2: Describe your environment +## Describe your environment * Operating system: ____ * Python Version: _____ (`python -V`) @@ -11,7 +14,9 @@ If it hasn't been reported, please create a new issue. * Branch: Master | Develop * Last Commit ID: _____ (`git log --format="%H" -n 1`) -## Step 3: Describe the problem: +Note: All issues other than enhancement requests will be closed without further comment if the above template is deleted or not filled out.. + +## Describe the problem: *Explain the problem you have encountered* @@ -26,7 +31,9 @@ If it hasn't been reported, please create a new issue. * What happened? * What did you expect to happen? -### Relevant code exceptions or logs: +### Relevant code exceptions or logs + +Note: Please copy/paste code, no screenshots of logs. ``` // paste your log here