This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
9 / 9
Dec 2018

I've noticed a lot of bug reports which is great however the devs only fix issues that are reported to the official issue tracker. The issue tracker is on github. Once you file an issue then our triager bot automatically assigns a developer to review the issue and fix the problem.

File Appium server bugs here:

https://github.com/appium/appium/issues494

Also the client bindings each have their own issue tracker:

Thanks for helping to improve appium by reporting issues!

  • created

    Jan '15
  • last reply

    Dec '18
  • 8

    replies

  • 8.2k

    views

  • 3

    users

  • 5

    likes

  • 15

    links

pinned Jan 9, '15

unpinned Jan 9, '15

pinned globally Jan 9, '15

11 days later
1 year later

some more useful info from https://github.com/appium/appium/blob/master/CONTRIBUTING.md30

Submit bug reports or feature requests

Just use the GitHub issue tracker to submit your bug reports and feature requests.
If you are submitting a bug report, please remember to include:

Your complete Appium log (as a gist---do NOT paste the whole thing into the issue description).
http://www.labnol.org/internet/github-gist-tutorial/28499/7
https://gist.github.com/5

This will tell us the exact version of Appium and the exact capabilities you are using, so you don't have to.Your relevant client code, if you are able to share it (again a gist is most useful).
Any other information helpful in trying to reproduce your issue.

In general, the less work we have to do to reproduce a bug, the faster we will fix it. So please include as much information as possible up front!

2 years later