-
Notifications
You must be signed in to change notification settings - Fork 136
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
Issue template for support #258
Conversation
@guperrot @elamalani I suggest we also ask for information about dev environment, expected behavior, actual behavior and repro steps in the Issue Template. A good example for such template is FB's react native ISSUE_TEMPLATE. |
Might I recommend guiding users to run Eg output:
|
Applied suggestions but since not all issues are bugs I avoided imposing useless headers, everything is now in markdown comment so that the instructions will not show up in the actual ticket. |
Oh btw, @guperrot -- have you seen Github's new multiple issue template feature? May be useful for your concern. We share the same hesitation in a few of our OSS projects, but this has made it much easier to manage now |
`react-native info` | ||
`pod --version` | ||
|
||
For bugs please describe the reproduction scenario and expected behavior. |
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.
NIT - A comma "," after bugs
then please create the ticket on Intercom instead (using the blue chat button on any https://appcenter.ms page). | ||
|
||
Please attach some technical information about your environment, | ||
run the following 2 commands and attach output to the ticket: |
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.
attach output to the ticket so that we can investigate the issue
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.
We can rephrase it like this -
Any issues related to SDK will require you to attach some technical information about your environment. So please run the following two commands and attach the output to your ticket:
Thanks for your interest in using the App Center SDK for React Native. | ||
|
||
If your issue is not about the Analytics/Crashes/Push SDK for React Native, | ||
(for example a build issue and you are not using our SDK, or your issue is about CodePush), |
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.
May be we can phrase it like this -
If you have an issue in React Native platform but have not integrated App Center SDK in your application, please contact support by clicking on the blue icon on the lower right of App Center portal (https://appcenter.ms). Our support team will get in touch to assist you.
@guperrot We should also save it as a canned message on Intercom and let our CSS team know that they should add this message if there is any RN SDK ticket open with this missing information. |
No description provided.