From 7339dd41c9bc93fe96e4d359a9ceb4f56845feab Mon Sep 17 00:00:00 2001 From: asvarcas <asvarcas@etriek.com.uy> Date: Mon, 24 Oct 2022 13:34:48 -0300 Subject: [PATCH 1/5] Add discord server reference in the issue template --- .github/ISSUE_TEMPLATE/Bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 0d36f3875a7..3cd443f8386 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -5,7 +5,8 @@ about: Something isn't working as expected. Please tell us! --- <!-- Please do not submit support requests or "How to" questions here. For that, -- go to Stack Overflow: https://stackoverflow.com/questions/tagged/react-admin) for community support, or +- go to Stack Overflow: https://stackoverflow.com/questions/tagged/react-admin), or + the react-admin discord server https://discord.gg/GeZF9sqh3N for community support or - use the Professional Support (https://marmelab.com/ra-enterprise/#support) if you're an Enterprise Edition subscriber. --> **What you were expecting:** From 795003cd6009f04326ccbd9685ca5c92e2a3b3ca Mon Sep 17 00:00:00 2001 From: asvarcas <asvarcas@etriek.com.uy> Date: Mon, 24 Oct 2022 13:39:26 -0300 Subject: [PATCH 2/5] Improve description --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 3cd443f8386..23adfcc76a4 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -6,7 +6,7 @@ about: Something isn't working as expected. Please tell us! <!-- Please do not submit support requests or "How to" questions here. For that, - go to Stack Overflow: https://stackoverflow.com/questions/tagged/react-admin), or - the react-admin discord server https://discord.gg/GeZF9sqh3N for community support or + go to the react-admin discord server https://discord.gg/GeZF9sqh3N for community support or - use the Professional Support (https://marmelab.com/ra-enterprise/#support) if you're an Enterprise Edition subscriber. --> **What you were expecting:** From 384a81bdb241db3cf12b2ee4837711788669f0d7 Mon Sep 17 00:00:00 2001 From: asvarcas <asvarcas@etriek.com.uy> Date: Mon, 24 Oct 2022 13:41:16 -0300 Subject: [PATCH 3/5] Add discord reference --- .github/ISSUE_TEMPLATE/Custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md index d0ed2dc90ff..f97ba5bb0c4 100644 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -1,6 +1,6 @@ --- name: "\U0001F4AC Support Question" -about: If you have a "How to" question, please check out StackOverflow! +about: If you have a "How to" question, please check out StackOverflow or Discord! --- From 6826b17e7c54f2adff1b805823db9bc70cda79e4 Mon Sep 17 00:00:00 2001 From: asvarcas <asvarcas@etriek.com.uy> Date: Mon, 24 Oct 2022 13:43:11 -0300 Subject: [PATCH 4/5] Add discord reference --- .github/ISSUE_TEMPLATE/Custom.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Custom.md b/.github/ISSUE_TEMPLATE/Custom.md index f97ba5bb0c4..a32af7e3994 100644 --- a/.github/ISSUE_TEMPLATE/Custom.md +++ b/.github/ISSUE_TEMPLATE/Custom.md @@ -4,4 +4,4 @@ about: If you have a "How to" question, please check out StackOverflow or Discor --- -We primarily use GitHub as an issue tracker; for usage and support questions, please use StackOverflow(https://stackoverflow.com/questions/tagged/react-admin using the tag `react-admin`). Thanks! 😁. +We primarily use GitHub as an issue tracker; for usage and support questions, please use StackOverflow(https://stackoverflow.com/questions/tagged/react-admin using the tag `react-admin`) or the react-admin Discord Server(https://discord.gg/GeZF9sqh3N). Thanks! 😁. From 2b2f56b7cc1e67e50ca15a60d9d34c6a2e977abd Mon Sep 17 00:00:00 2001 From: asvarcas <asvarcas@etriek.com.uy> Date: Mon, 24 Oct 2022 13:50:34 -0300 Subject: [PATCH 5/5] Add StackBlitz simple project as an option in the issue template --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 23adfcc76a4..e1f44f099f0 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -24,6 +24,8 @@ about: Something isn't working as expected. Please tell us! * Preferably, a CodeSandbox forked from - https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple (v4) - https://codesandbox.io/s/github/marmelab/react-admin/tree/3.x/examples/simple (v3) +* A StackBlitz forked from + - https://stackblitz.com/github/marmelab/react-admin/tree/master/examples/simple (v4) * A link to a GitHub repo with the minimal codebase to reproduce the issue