mirror of
https://github.com/status-im/react-native.git
synced 2025-01-29 18:54:58 +00:00
129690fad1
Summary: This will allow us to present a user with a different template depending on the type of help they need. To do: 1. Update the bot so that it auto-closes any issue that contains text from `question.md` (i.e. tried to ask a question through GitHub). 2. In a separate PR: new template to handle feature requests (update the bot to allow these to remain open) 3. Allow multiple other types of issues, such as requesting a cherry pick, or reporting a regression vs. something that does not work as expected. 4. Link to Stack Overflow / Discuss directly if and when GitHub allows the 'Get Started' button to point to a URL. Closes https://github.com/facebook/react-native/pull/19334 Differential Revision: D8051229 Pulled By: hramos fbshipit-source-id: 9e8aea232688c53dcbb0c047e92799e68b8b7842
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
---
|
|
name: 🐛 Bug Report
|
|
about: Something is not working as expected.
|
|
|
|
---
|
|
|
|
<!--
|
|
We use GitHub Issues exclusively for tracking bugs in React Native.
|
|
Questions? Visit http://facebook.github.io/react-native/help.html
|
|
If this issue is about documentation or the website, please file it at:
|
|
https://github.com/facebook/react-native-website/issues/new
|
|
-->
|
|
|
|
- [ ] I have reviewed the [documentation](https://facebook.github.io/react-native)
|
|
- [ ] I have searched [existing issues](https://github.com/facebook/react-native/issues)
|
|
- [ ] I am using the [latest React Native version](https://github.com/facebook/react-native/releases)
|
|
|
|
<!-- Describe your issue in detail. -->
|
|
|
|
## Environment
|
|
<!-- Required. Run `react-native info` in your terminal and paste its contents here. -->
|
|
|
|
## Steps to Reproduce
|
|
<!--
|
|
Required. Let us know how to reproduce the issue. Include a code sample, share a project,
|
|
or share an app that reproduces the issue using [Snack](https://snack.expo.io/).
|
|
-->
|
|
|
|
## Expected Behavior
|
|
<!-- Write what you thought would happen. -->
|
|
|
|
## Actual Behavior
|
|
<!-- Write what happened. Include screenshots if needed. If this is a regression, let us know. -->
|