From 54997b9b1aa66329f91e33e913f98155bcbb2464 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Sat, 30 Dec 2023 14:33:58 +0100 Subject: [PATCH] chore: remove issue reports for `expo-cli` and add `expo-webpack-integrations` (#4803) --- .github/ISSUE_TEMPLATE/bug_report.yml | 52 --------------------------- .github/ISSUE_TEMPLATE/config.yml | 3 ++ 2 files changed, 3 insertions(+), 52 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 5788b4afc8..0000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,52 +0,0 @@ -name: "\U0001F41B Bug Report in Expo CLI" -labels: 'needs review' -description: 'You want to report a reproducible bug or regression in Expo CLI or related tooling.' -body: - - type: markdown - attributes: - value: "We're looking to keep questions on our forums and bug reports on the GitHub repo. For questions and help using Expo CLI, post in our [community forums](https://forums.expo.dev/c/expo-cli) (log in with your Expo developer account)." - - type: markdown - attributes: - value: Found a bug in the Expo SDK? Open a bug report [here](https://github.com/expo/expo/issues/new?assignees=&labels=needs+review&template=bug_report.yml) instead. - - type: markdown - attributes: - value: Thanks for taking the time to file a bug report! Please fill out this form as completely as possible. - - type: markdown - attributes: - value: If you leave out sections there is a high likelihood your issue will be closed. If you have a question, not a bug report, please post it on our [forums](https://forums.expo.dev/) instead. - - type: textarea - validations: - required: true - attributes: - label: Summary - description: Describe the issue in 1 or 2 sentences - placeholder: Clearly describe what the expected behavior is vs. what is actually happening. This should be as short as possible, while still communicating all the necessary information. If your summary is just 'X library/method isn't working', then you need to continue debugging yourself and provide more information. - - type: textarea - validations: - required: true - attributes: - label: Environment - placeholder: Run `npx expo-env-info` and paste the output here - - type: input - validations: - required: true - attributes: - label: 'Please specify your device/emulator/simulator platform, model and version' - - type: textarea - validations: - required: false - attributes: - label: Error output - placeholder: If you're running into an error message, please run the same command with `EXPO_DEBUG=true ` and paste output here. - - type: textarea - validations: - required: true - attributes: - label: Reproducible demo or steps to reproduce from a blank project - description: 'This should include as little code as possible, do not simply link your entire project. Sharing a link to a [Snack](https://snack.expo.dev/) is a GREAT way to provide a reproducible demo :) If a reproducible demo, or a complete list of steps from blank project to bug, are not provided, it is very likely your issue will be closed. Read [here more guidance](https://stackoverflow.com/help/mcve).' - - type: markdown - attributes: - value: Please make sure contributors can follow the steps your provided in order to reproduce the bug. - - type: markdown - attributes: - value: "**Realize that it is up to you to debug your code and be as certain as possible that the bug is with Expo, not with your own app.** [Here's an excellent guide to debugging you can follow](https://github.com/expo/fyi/blob/main/manual-debugging.md#how-to-narrow-down-the-source-of-an-error-a-step-by-step-guide-to-good-old-fashioned-manual-debugging)." diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4312f1551a..7d55d6b85a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -6,6 +6,9 @@ contact_links: - name: Issue with Expo CLI or Expo Config Plugins url: https://github.com/expo/expo/issues/new?labels=needs+review%2CCLI&template=bug_report_cli.yml about: Report issues related to npx expo and the versioned CLI in the expo/expo repo. + - name: Issue with Expo Webpack integrations + url: https://github.com/expo/expo-webpack-integrations/issues/new?labels=needs+review%2CCLI&template=bug_report_cli.yml + about: Report issues related to `@expo/electron-adapter`, `@expo/next-adapter`, `@expo/webpack-config`, and `expo-pwa` in the expo/expo-webpack-integrations repo. - name: Expo Developers Discord url: https://chat.expo.dev/ about: Join other developers in discussions regarding Expo.