|
| 1 | +# General |
| 2 | + |
| 3 | +**Read the readme!!** |
| 4 | +Most issues can be solved just by reading the full readme file. |
| 5 | +Also make sure you have followed all the installation steps correctly. |
| 6 | + |
| 7 | +**Search for similar issues** |
| 8 | +Double posts will be closed, so make sure your issue doesn't exist yet (also look for closed ones). |
| 9 | + |
| 10 | +**Don't aswer via email** |
| 11 | +Just don't answer issues with your email, please... |
| 12 | + |
| 13 | +**Don't paste links to shops** |
| 14 | +It's odd that I have to say this, but don't just send your ebay or amazon links to show what hardware you're using. |
| 15 | +It's enough to say what model or version it is. |
| 16 | + |
| 17 | +**Apply some common sense** |
| 18 | +Also odd to mention this, but think about what you want to ask or answer and then post it. |
| 19 | +***Use a clear, short headline with a good understandable description of your issue.*** |
| 20 | +Don't spam with issues, post or pictures! Be nice, understanding and help others. |
| 21 | +Also note that this is an open source project. No one must help you, so be thankfull for every help you get. |
| 22 | + |
| 23 | +# Bugs |
| 24 | + |
| 25 | +**Read the FAQ** |
| 26 | +Read the FAQ, which is a part of the readme. |
| 27 | + |
| 28 | +**Make sure it's related to this project** |
| 29 | +Make sure your issue is related to this project and doesn't occur when uploading other code to the device. |
| 30 | + |
| 31 | +**Post as much information as possible** |
| 32 | +What installation method, OS, browser and ESP8266 version are you useing? |
| 33 | +If your dealing with a bug in the webinterface, check if the browsers developer tools show you an error. |
| 34 | +If you have a very long error log use [pastebin](http://pastebin.com/). |
| 35 | + |
| 36 | +**Try out the testing branch** |
| 37 | +Can be found here: https://github.com/spacehuhn/esp8266_deauther/tree/testing |
| 38 | +You'll need to compile it with Arduino. |
| 39 | + |
| 40 | +# Feature Requests |
| 41 | + |
| 42 | +Just a few notes here: |
| 43 | +- Add an detailed description. |
| 44 | +- Research if it can be implemented (if it's possible using the hardware, software etc.) |
| 45 | +- Research if such a feature exists in an other project |
| 46 | +- Be sure it's really usefull for everyone (you'll need some common sense here!) |
| 47 | +- Try to implement it yourself! |
0 commit comments