-
-
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
Conversation
.github/ISSUE_TEMPLATE.md
Outdated
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 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.
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.
Ok, sounds as a good idea.
.github/ISSUE_TEMPLATE.md
Outdated
@@ -0,0 +1,15 @@ | |||
**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.
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.
Added a note to steps to reproduce
run ci |
A few suggestions from my side:
|
I agree with @vchimev . Also can we add a |
|
||
### Tell us about the problem | ||
Please, ensure your title is less than 63 characters long and starts with a capital | ||
letter. |
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.
is there a reason for this to be on a separate line?
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.
No idea. I just copied the template from the other repos.
Created an issue template with a few recomendations