Skip to content

Commit

Permalink
add issue templates and helpful links based on RN repository config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Apr 30, 2020
1 parent 58c49c8 commit fe1b989
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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. -->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/other.md
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)?

0 comments on commit fe1b989

Please sign in to comment.