Skip to content

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

Merged
merged 3 commits into from
Mar 21, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
**Steps to reproduce**
Copy link
Contributor

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

Copy link
Contributor Author

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.

Give easy to follow steps that lead to the issue, for example:
1. Execute `tns platform add android@next`
2. Execute `tns run android`

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add the requirement for the output of tns doctor --log trace . As the output is really long, we can set a requirement to place it in a gist.

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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.