From fe1b989c078943346ac14cef68076ca9788cf34f Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Thu, 30 Apr 2020 20:58:36 +0200 Subject: [PATCH] add issue templates and helpful links based on RN repository config (#1893) --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/other.md | 27 +++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/other.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..d84b654e5d0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,15 @@ +--- +name: '🐛 Website Bug Report' +about: Report a bug or issue with React Native website. +title: '' +--- + + + +## Description + + + +## Documentation version + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000000..f26515f17bd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md new file mode 100644 index 00000000000..3af9ceb216d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/other.md @@ -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 + + + +## What is the problem? + + + +## How can we address it? + + + +## Why is it important? + + + +## Who needs this? + + + +## When should this happen (use version numbers if needed)?