From 8142eec0211dec3fca9f314f7f4bf2fb6c301e6f Mon Sep 17 00:00:00 2001 From: Jonathan Lipps Date: Wed, 17 Feb 2016 12:28:14 -0800 Subject: [PATCH] fix correct version of issue template --- .github/ISSUE_TEMPLATE.md | 2 +- issue_template.md | 21 --------------------- 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 issue_template.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4c09deaa7..f96ef4048 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,7 +6,7 @@ Briefly describe the issue you are experiencing (or the feature you want to see * Appium version (or git revision) that exhibits the issue: * Last Appium version that did not exhibit the issue (if applicable): -* Desktop system and version used to run Appium: +* Desktop OS/version used to run Appium: * Node.js version (unless using Appium.app|exe): * Mobile platform/version under test: * Real device or emulator/simulator: diff --git a/issue_template.md b/issue_template.md deleted file mode 100644 index f96ef4048..000000000 --- a/issue_template.md +++ /dev/null @@ -1,21 +0,0 @@ -## The problem - -Briefly describe the issue you are experiencing (or the feature you want to see added to Appium). Tell us what you were trying to do and what happened instead. Remember, this is _not_ a place to ask questions. For that, go to http://discuss.appium.io! - -## Environment - -* Appium version (or git revision) that exhibits the issue: -* Last Appium version that did not exhibit the issue (if applicable): -* Desktop OS/version used to run Appium: -* Node.js version (unless using Appium.app|exe): -* Mobile platform/version under test: -* Real device or emulator/simulator: -* Appium CLI or Appium.app|exe: - -## Details - -Describe in more detail the problem you have been experiencing, if necessary. - -## Link to Appium logs - -Create a [gist](https://gist.github.com) which is a paste of your _full_ Appium logs, and link them here. Do _not_ paste your full Appium logs here, as it will make this issue very long and hard to read! If you are reporting a bug, _always_ include Appium logs!