From 09f0ebbb0f1dcfff0ca863c4526d125bcfb56fc3 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Thu, 14 Jan 2021 12:45:53 +0100 Subject: [PATCH] chore: update Reactiflux instructions --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/workflows/triage.yml | 2 +- packages/stack/src/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9ec6bab9..af67b008 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -14,7 +14,7 @@ contact_links: about: Ask and answer questions using the react-navigation label. - name: Reactiflux url: https://www.reactiflux.com/ - about: Chat with other community members in the react-navigation channel. + about: Chat with other community members in the help-react-native channel. - name: Write an RFC url: https://github.com/react-navigation/rfcs about: Write a RFC if you have ideas for how to implement a feature request. diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index c4beb64f..cb077b0f 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -46,7 +46,7 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: "Hey! Thanks for opening the issue. The issue tracker is intended for only tracking bug reports. This helps us prioritize fixing bugs in the library. Seems you have a usage question or an issue unrelated to this library. Please ask the question on [StackOverflow](https://stackoverflow.com/questions/tagged/react-navigation) instead using the `react-navigation` label. You can also chat with other community members on [Reactiflux Discord server](https://www.reactiflux.com/) in the `#react-navigation` channel.\n\nIf you believe that this is actually a bug in the library, please open a new issue and fill the issue template with relevant information." + body: "Hey! Thanks for opening the issue. The issue tracker is intended for only tracking bug reports. This helps us prioritize fixing bugs in the library. Seems you have a usage question or an issue unrelated to this library. Please ask the question on [StackOverflow](https://stackoverflow.com/questions/tagged/react-navigation) instead using the `react-navigation` label. You can also chat with other community members on [Reactiflux Discord server](https://www.reactiflux.com/) in the `#help-react-native` channel.\n\nIf you believe that this is actually a bug in the library, please open a new issue and fill the issue template with relevant information." }) feature-request: diff --git a/packages/stack/src/index.tsx b/packages/stack/src/index.tsx index 8c5fa23b..fa8e672e 100644 --- a/packages/stack/src/index.tsx +++ b/packages/stack/src/index.tsx @@ -61,5 +61,5 @@ export type { StackHeaderInterpolatedStyle, StackHeaderInterpolationProps, StackHeaderStyleInterpolator, - TransitionPreset + TransitionPreset, } from './types';