From b8e1c5a1cf94d79e4a04a2ca81e5ea48422a5b73 Mon Sep 17 00:00:00 2001 From: Lucas Bento Date: Fri, 27 Mar 2020 09:44:11 +0100 Subject: [PATCH 1/3] Add `upgrade-support` link on issue creation --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index c50c3e2a4f2f95..66c9846d42265b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,9 @@ contact_links: - name: 📃 Documentation Issue url: https://github.com/facebook/react-native-website/issues about: Please report documentation issues in the React Native website repository. + - name: ⤴️ Upgrade Issue + url: https://github.com/react-native-community/upgrade-support + about: Please report upgrade issues in 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. From 7bff5b6adac2a4987d6fd83555ea6c58c9ba34ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Fri, 27 Mar 2020 13:12:11 +0100 Subject: [PATCH 2/3] Update .github/ISSUE_TEMPLATE/config.yml --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 66c9846d42265b..fdf5f555992191 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,7 +5,7 @@ contact_links: about: Please report documentation issues in the React Native website repository. - name: ⤴️ Upgrade Issue url: https://github.com/react-native-community/upgrade-support - about: Please report upgrade issues in Upgrade Support repository. + about: Please report upgrade issues in 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. From aa9ccd1daeadff6537d60f3b7a45f133231a616a Mon Sep 17 00:00:00 2001 From: Lucas Bento Date: Fri, 27 Mar 2020 17:31:02 +0100 Subject: [PATCH 3/3] Update config.yml --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index fdf5f555992191..7821e038ec89ee 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,7 +5,7 @@ contact_links: about: Please report documentation issues in the React Native website repository. - name: ⤴️ Upgrade Issue url: https://github.com/react-native-community/upgrade-support - about: Please report upgrade issues in the Upgrade Support repository. + 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.