diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index be64bc44f258a8..083ab18aa0965c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,32 +6,25 @@ labels: 'Needs: Triage :mag:'
---
-Description:
+Please provide all the information requested. Issues that do not follow this format are likely to stall.
- Please provide a clear and concise description of what the bug is. Include screenshots if needed.
- Please test using the latest React Native release to make sure your issue has not already been fixed: https://reactnative.dev/docs/upgrading.html
-
-
-React Native version:
-
- Run `react-native info` in your terminal and copy the results here.
+## Description
+Please provide a clear and concise description of what the bug is. Include screenshots if needed.
+Please test using the latest React Native release to make sure your issue has not already been fixed: https://reactnative.dev/docs/upgrading.html
+## React Native version:
+Run `react-native info` in your terminal and copy the results here.
## Steps To Reproduce
-
- Provide a detailed list of steps that reproduce the issue.
- Issues without reproduction steps or code are likely to stall.
+Provide a detailed list of steps that reproduce the issue.
1.
2.
-
## Expected Results
-
- Describe what you expected to happen.
+Describe what you expected to happen.
## Snack, code example, screenshot, or link to a repository:
-
- Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
- You may provide a screenshot of the application if you think it is relevant to your bug report.
- Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
+Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.
+You may provide a screenshot of the application if you think it is relevant to your bug report.
+Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve
diff --git a/.github/label-actions.yml b/.github/label-actions.yml
new file mode 100644
index 00000000000000..799c6efb30902e
--- /dev/null
+++ b/.github/label-actions.yml
@@ -0,0 +1,39 @@
+# Configuration for Label Actions - https://github.com/dessant/label-actions
+
+# Configuration settings just for issues
+issues:
+ actions:
+ "Type: Invalid":
+ close: true
+ "Type: Question":
+ comment: >
+ We are using GitHub issues exclusively to track bugs in React Native. GitHub may not be the ideal place to ask a question, but you can try asking over on [Stack Overflow](http://stackoverflow.com/questions/tagged/react-native), or on [Reactiflux](https://www.reactiflux.com/).
+ close: true
+ "Type: Docs":
+ comment: >
+ Please report documentation issues in the [`react-native-website`](https://github.com/facebook/react-native-website/issues) repository.
+ close: true
+ "Resolution: For Stack Overflow":
+ comment: >
+ We are using GitHub issues exclusively to track bugs in the core React Native library. Please try asking over on [Stack Overflow](http://stackoverflow.com/questions/tagged/react-native) as it is better suited for this type of question.
+ close: true
+ "Needs: Issue Template":
+ comment: >
+
⚠️ |
+ Missing Required Fields
+ |
---|
ℹ️ |
+ It looks like your issue may be missing some necessary information. GitHub provides an example template whenever a [new issue is created](https://github.com/facebook/react-native/issues/new?template=bug_report.md). Could you go back and make sure to fill out the template? You may edit this issue, or close it and open a new one.
+ |
+ comment: >
+ ⚠️ |
+ Missing Environment Information
+ |
---|
ℹ️ |
+ Your issue may be missing information about your development environment. You can obtain the missing information by running react-native info in a console.
+ |
+ "Needs: Verify on Latest Version":
+ comment: >
+ ⚠️ |
+ Using Old Version
+ |
---|
ℹ️ |
+ It looks like you are using an older version of React Native. Please [upgrade](https://reactnative.dev/docs/upgrading) to the latest version, and verify if the issue persists. If it does not, please let us know so we can close out this issue. This helps us ensure we are looking at issues that still exist in the current release.
+ |