Skip to content

Commit

Permalink
Update GitHub Issue templates (#19723)
Browse files Browse the repository at this point in the history
Summary:
Now that we have templates for everything we want to handle in the repo, the bot will go back to automatically closing issues that do not use one of the provided templates.

We have an escape valve for generic issues ("For Discussion"), so anyone who gets their issue closed automatically by the bot is unlikely to have read our instructions.
Closes #19723

Differential Revision: D8435415

Pulled By: hramos

fbshipit-source-id: 41db33cefce1367ad8f3d9440b7bba27565679cb
  • Loading branch information
hramos authored and facebook-github-bot committed Jun 15, 2018
1 parent 699e5ee commit e8fea87
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
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. -->

0 comments on commit e8fea87

Please sign in to comment.