-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Add CI file in template #22779
Comments
Oh yeah I didn't realize. @hramos I thought @gengjiawen's addition was good but maybe I missed something and there is a reason we don't want to recommend it to users who report issues? |
Can you clarify what you mean by adding CI to your project, and how this would improve issues? Sent with GitHawk |
When user report bug j, build failure or other issue, they need to provide an repro with ci files in it. so we can see the build log and use artifact. There are a sample https://github.com/react-native-community/ci-sample. The sample contains many ci sample user can easily achieve.
By make this more strict, I want to improve the communicate efficiency. |
We are already asking people for a lot when creating an issue so I think it's best not to ask them to do more. Thanks for your work on this, and the ci-sample is definitely going to be useful to people who work on various React Native things. |
Now we have https://github.com/react-native-community/ci-sample.
I am thinking add ci file default or by some command.
With ci we can handle bug report more easily.
The text was updated successfully, but these errors were encountered: