Skip to content
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

Update GitHub Issue templates #19723

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 5 additions & 14 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,13 @@ about: Report a reproducible bug or regression in the core React Native library.
<!-- Requirements: please go through this checklist before opening a new issue -->
- [ ] Review the documentation: https://facebook.github.io/react-native
- [ ] Search for existing issues: https://github.com/facebook/react-native/issues
- [ ] Use the latest React Native version: https://github.com/facebook/react-native/releases
- [ ] Run `react-native info` in your terminal and paste its contents under "Environment"
- [ ] Let us know how to reproduce the issue. Include a code sample, share a project, or
share an app that reproduces the issue using https://snack.expo.io/
- [ ] Use the latest React Native release: https://github.com/facebook/react-native/releases

## Environment
<!-- Required. -->
Run `react-native info` in your terminal and paste its contents here.

## Description
<!-- Describe your issue in detail. -->
Describe your issue in detail. Include screenshots if needed. If this is a regression, let us know.

## Steps to Reproduce
<!-- Required. -->

## 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. -->
## Reproducible Demo
Let us know how to reproduce the issue. Include a code sample, share a project, or share an app that reproduces the issue using https://snack.expo.io/. Please follow the guidelines for providing a MCVE: https://stackoverflow.com/help/mcve
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/discussion.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
---
name: 🗣 Start a Discussion
about: Use https://discuss.reactjs.org/ to propose changes or discuss feature requests.
---

Please use https://discuss.reactjs.org/ to propose changes or discuss feature requests.

If you feel strongly about starting a discussion as a GitHub Issue instead of using the discussion forum, you may follow this template.

We kindly ask that issues of this type are kept to a minimum to ensure bug reports and regressions are given the priority they require.

guidelines: |
If you feel strongly about starting a discussion as a GitHub Issue instead of using the discussion forum, please follow this template.
We kindly ask that issues of this type are kept to a minimum to ensure bug reports and regressions are given the priority they require.
Maintainers may flag an issue for Stack Overflow or kindly ask you to move the discussion to https://discuss.reactjs.org at their own discretion.
Maintainers may flag an issue for Stack Overflow or kindly ask you to move the discussion to https://discuss.reactjs.org at their own discretion.

---

## For Discussion
# For Discussion

<!-- Describe your issue in detail. -->