-
-
Notifications
You must be signed in to change notification settings - Fork 197
Create ISSUE_TEMPLATE #2572
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create ISSUE_TEMPLATE #2572
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
**Steps to reproduce** | ||
Give easy to follow steps that lead to the issue, for example: | ||
1. Execute `tns platform add android@next` | ||
2. Execute `tns run android` | ||
|
||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can we add the requirement for the output of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, sounds as a good idea. |
||
**Expected result:** | ||
One sentence that explains what did you expect to happen | ||
e.g. My app gets deployed and is started on the device | ||
**Actual result:** | ||
A brief description of what really happened | ||
e.g. My app was deployed but hanged on splashscreen | ||
|
||
**Additional info** | ||
Your environment or anything that affects the issue. | ||
e.g. which versions of the cli and node do you use to reprodce the issue, what is you OS and device OS version, etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we make these headers, i.e.
### Steps to reproduce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The text is bold, I don't think any of these are headers. It will look strange if these are headers IMO.