Skip to content

Commit 0e269b2

Browse files
authored
add a github issue template (#250)
1 parent 87fe7d2 commit 0e269b2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/issue_template.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## The problem
2+
3+
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!
4+
5+
6+
## Environment
7+
- Appium version (or git revision) that exhibits the issue:
8+
- Last Appium version that did not exhibit the issue (if applicable):
9+
- Desktop OS/version used to run Appium:
10+
- Node.js version (unless using Appium.app|exe):
11+
- Mobile platform/version under test:
12+
- Real device or emulator/simulator:
13+
- Appium CLI or Appium.app|exe:
14+
15+
## Details
16+
17+
If necessary, describe the problem you have been experiencing in more detail.
18+
19+
## Link to Appium Logs
20+
21+
Create a [GIST](https://gist.github.com) which is a paste of your _full_ Appium logs, and link them here.
22+
23+
## Code To reproduce issue
24+

0 commit comments

Comments
 (0)