added pr and issues template#499
Merged
Plamen5kov merged 2 commits intomasterfrom Jun 30, 2016
Merged
Conversation
|
💚 |
| Please, ensure your title is less than 63 characters long and starts with a capital | ||
| letter. | ||
|
|
||
| ### Please provide the following version numbers that your issue occurs with: |
Contributor
There was a problem hiding this comment.
If the issue is regarding a crash during build, we could also ask users to execute tns <command> --log trace > cli-log.txt and attach it to the Issue
If the issue is regarding a crash during execution, we may ask them to run write __enableVerboseLogging() in the beginning of their app.js/ts, then execute tns <run/...> android > logcat.txt and also attach it to the open issue.
This will potentially save us time in communicating back and forth asking for logs
37bec56 to
e8e72d6
Compare
| <!-- | ||
| Please provide us with the necessary information to reproduce your problem. That includes but is not limited to presenting us with steps to reproduce the problem, or a small repo example. | ||
| --> | ||
|
|
Contributor
There was a problem hiding this comment.
Add a Workaround/ Possible fix paragraph?
Contributor
Author
There was a problem hiding this comment.
I think this part better stay in the comments, but if we decide otherwise, I will add such a section.
|
💚 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In the android runtime there are a lot of issues which could be better described, and this PR will help people, opening issues in the android runtime, provide all the necessary information for the issue resolution. Same goes of PR.
Most of the content in these files is from https://github.com/NativeScript/nativescript, with a couple of adjustments, specific for the android runtime.
@ping @NativeScript/android-runtime