-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add issue templates and helpful links based on RN repository config (#…
- Loading branch information
Showing
3 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: '🐛 Website Bug Report' | ||
about: Report a bug or issue with React Native website. | ||
title: '' | ||
--- | ||
|
||
<!-- Please provide all the information requested. Issues that do not follow this format are likely to stall. --> | ||
|
||
## Description | ||
|
||
<!-- Please provide a clear and concise description of what the bug is. Include screenshots if needed. Pro tip: try the format "As an <person>, trying to <action>, when I <action>, <this> happens. It would be better if <this> happens instead." Example: As an Android developer on a Windows machine, when I set up my environment, I get this error: ... If I used this command instead, I wouldn't get this error ... --> | ||
|
||
## Documentation version | ||
|
||
<!-- Please list the version or versions on which the issue occurs (including `next`). You can find the documentation version next to the React Native logo at the top of every page. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: ⚛️ React Native Issue | ||
url: https://github.com/facebook/react-native/issues | ||
about: Please report bugs or issues in the React Native repository. | ||
- name: ⤴️ Upgrade Issue | ||
url: https://github.com/react-native-community/upgrade-support | ||
about: Need help upgrading to a newer React Native version? Visit the Upgrade Support repository. | ||
- name: 🤔 Questions and Help | ||
url: https://reactnative.dev/help | ||
about: Looking for help with your app? Please refer to the React Native community's support resources. | ||
- name: 🚀 React Native Discussions and Feature Proposals | ||
url: https://github.com/react-native-community/discussions-and-proposals | ||
about: Discuss the future of React Native in the React Native community's discussions and proposals repository. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: '💡 Website Other' | ||
about: Post an idea, propose improvement, start discussion or put a request according to React Native website. | ||
title: '' | ||
--- | ||
|
||
## Description | ||
|
||
<!-- Please provide a clear and concise description of your idea, a "TLDR." You can go into more detail below—more details make issues more actionable for us and help us prioritize! Include screenshots if needed. --> | ||
|
||
## What is the problem? | ||
|
||
<!-- Does this solve a problem? If so, what is it? --> | ||
|
||
## How can we address it? | ||
|
||
<!-- Are there any actionable steps we can take to rectify the situation? --> | ||
|
||
## Why is it important? | ||
|
||
<!-- Make your case here! --> | ||
|
||
## Who needs this? | ||
|
||
<!-- Android devs? New learners? TypeScript users? --> | ||
|
||
## When should this happen (use version numbers if needed)? |