Let's try a friendlier issue template. Format inspired by yarn's.

This commit is contained in:
Simo Kinnunen
2016-11-05 05:39:18 +09:00
committed by GitHub
parent 104c583418
commit 9ac999c83e

View File

@@ -1,54 +1,11 @@
<!---
<!-- *Before creating an issue please make sure you are using the latest version of STF.* -->
IF YOU REMOVE THIS TEMPLATE WE WILL CLOSE YOUR ISSUE WITHOUT RESPONSE.
Just read it. See the commonly asked questions and fill in the details we're asking, it saves so much of our time.
**What is the issue or idea you have?**
Hi there!
**Does it only happen on a specific device? Please run `adb devices -l` and paste the corresponding row.**
Please be sure to run `stf doctor` before submitting an issue. Please include screenshots, command output and log files if any.
**Please provide the steps to reproduce the issue.**
=== SUPER COMMON QUESTIONS ===
**What is the expected behavior?**
Q. I'm having issues when multiple devices are connected.
A. Usually caused by insufficient USB power supply or other hardware issue we can't do anything about.
Q. Can I connect a device to STF over WIFI?
A. Yes, with the `--allow-remote` option. However, ADB over WIFI can easily be 10x slower than USB, so don't expect too much.
Q. How do I connect to my local STF from another computer?
A. Try the `--public-ip` option or do a full deployment. See DEPLOYMENT.md in the doc folder.
Q. Can I run STF on multiple machines?
A. Yes, if you do a full deployment. See DEPLOYMENT.md in the doc folder.
-->
## What's the problem (or question)?
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
## What should have happened?
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->
## Do you have an idea for a solution?
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->
## How can we reproduce the issue?
<!--- Provide unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.
## Help us understand your issue by providing context.
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
## Please tell us details about your environment.
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Are you using `stf local` or a [full deployment](doc/DEPLOYMENT.md):
* Version used (git hash or `stf -V`):
* Environment name and version (e.g. Chrome 39, node.js 5.4):
* Operating System and version:
* If there was a problem with a specific device, run `adb devices -l` and paste the relevant row here:
**Please run `stf doctor` and paste the output here.**