From 4a64b387706dc654d24a1438e437d66d196d4050 Mon Sep 17 00:00:00 2001 From: Derrick Mehaffy Date: Fri, 17 Apr 2020 01:58:01 -0700 Subject: [PATCH 1/4] Remove Stack Overflow and Spectrum from project and use GH Discussions Signed-off-by: Derrick Mehaffy --- .github/ISSUE_TEMPLATE/DISCUSSION.md | 32 ------------------- CONTRIBUTING.md | 2 +- README.md | 7 ++-- .../getting-started/quick-start-tutorial.md | 2 +- .../getting-started/quick-start.md | 2 +- .../getting-started/quick-start-tutorial.md | 2 +- .../getting-started/quick-start.md | 2 +- .../getting-started/troubleshooting.md | 4 +-- .../src/containers/HomePage/SocialLink.js | 3 -- .../admin/src/containers/HomePage/index.js | 4 --- 10 files changed, 10 insertions(+), 50 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/DISCUSSION.md diff --git a/.github/ISSUE_TEMPLATE/DISCUSSION.md b/.github/ISSUE_TEMPLATE/DISCUSSION.md deleted file mode 100644 index 50b9c00c48..0000000000 --- a/.github/ISSUE_TEMPLATE/DISCUSSION.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: 💬 Discussion -about: Create a discussion topic. This is used to discuss changes before an RFC is made. ---- - - - -- [ ] I have created an RFC on the [Strapi RFC Repo](https://github.com/strapi/rfcs) -- [ ] I have checked for existing RFCs before creating this discussion topic - -**Describe the topic** -A clear and concise description of what the topic is. - -**Your suggestions for this topic** -Clear and simple suggestions for how you think this should be handled. - -**Screenshots** -If applicable, add screenshots to help explain your points. - -**Code snippets** -If applicable, add code samples to help explain your points. - -**Additional context** -Add any other context about the problem here. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ee6472512..a97763debc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -143,7 +143,7 @@ Before submitting an issue you need to make sure: - You are not asking a question about how to use Strapi or about whether or not Strapi has a certain feature. For general help using Strapi, you may: - Refer to [the official Strapi documentation](http://strapi.io). - Ask a member of the community in the [Strapi Slack Community](https://slack.strapi.io/). - - Ask a question on [StackOverflow](http://stackoverflow.com/questions/tagged/strapi). + - Ask a question on [Github Discussions](https://github.com/strapi/strapi/discussions). - Your issue title is concise, on-topic and polite. - You can and do provide steps to reproduce your issue. - You have tried all the following (if relevant) and your issue remains: diff --git a/README.md b/README.md index 1cc449f80e..7d1f3b1e16 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,9 @@ Please read our [Contributing Guide](./CONTRIBUTING.md) before submitting a Pull For general help using Strapi, please refer to [the official Strapi documentation](https://strapi.io/documentation/). For additional help, you can use one of these channels to ask a question: -- [StackOverflow](http://stackoverflow.com/questions/tagged/strapi) -- [Slack](http://slack.strapi.io) (Highly recommended for faster support) -- [Spectrum](https://spectrum.chat/strapi) -- [GitHub](https://github.com/strapi/strapi) (Bug reports, contributions) +- [Slack](http://slack.strapi.io) (For live discussion with the Community and Strapi team) +- [GitHub](https://github.com/strapi/strapi) (Bug reports, Contributions) +- [GitHub Discussions](https://github.com/strapi/strapi/discussions) (Questions and Discussions) - [ProductBoard](https://portal.productboard.com/strapi/tabs/2-under-consideration) (Roadmap, Feature requests) - [Twitter](https://twitter.com/strapijs) (Get the news fast) - [Facebook](https://www.facebook.com/Strapi-616063331867161) diff --git a/docs/3.0.0-alpha.x/getting-started/quick-start-tutorial.md b/docs/3.0.0-alpha.x/getting-started/quick-start-tutorial.md index 2b3b2d3e1a..e3e013a3d2 100644 --- a/docs/3.0.0-alpha.x/getting-started/quick-start-tutorial.md +++ b/docs/3.0.0-alpha.x/getting-started/quick-start-tutorial.md @@ -388,7 +388,7 @@ Forbidden Access Looks like this: - Learn how to use Strapi with React ([Gatsby](https://blog.strapi.io/building-a-static-website-using-gatsby-and-strapi) or [Next.js](https://blog.strapi.io/strapi-next-setup/)) or Vue.js ([Nuxt.js](https://blog.strapi.io/cooking-a-deliveroo-clone-with-nuxt-vue-js-graphql-strapi-and-stripe-setup-part-1-7/)). - Read the [concepts](../concepts/concepts.html) and [articles](../articles/) to deep dive into Strapi. -- Get help on [StackOverflow](https://stackoverflow.com/questions/tagged/strapi). +- Get help on [Github Discussions](https://github.com/strapi/strapi/discussions). - Read the [source code](https://github.com/strapi/strapi), [contribute](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md) or [give a star](https://github.com/strapi/strapi) on GitHub. - Follow us on [Twitter](https://twitter.com/strapijs) to get the latest news. - [Join the vibrant and active Strapi community](https://slack.strapi.io) on Slack. diff --git a/docs/3.0.0-alpha.x/getting-started/quick-start.md b/docs/3.0.0-alpha.x/getting-started/quick-start.md index 9da1bd2741..f3de8b535f 100644 --- a/docs/3.0.0-alpha.x/getting-started/quick-start.md +++ b/docs/3.0.0-alpha.x/getting-started/quick-start.md @@ -78,7 +78,7 @@ Here we are! The list of **restaurants** is accessible at [`http://localhost:133 - Learn how to use Strapi with React ([Gatsby](https://blog.strapi.io/building-a-static-website-using-gatsby-and-strapi) or [Next.js](https://blog.strapi.io/strapi-next-setup/)) or Vue.js ([Nuxt.js](https://blog.strapi.io/cooking-a-deliveroo-clone-with-nuxt-vue-js-graphql-strapi-and-stripe-setup-part-1-7/)). - Read the [concepts](../concepts/concepts.html) and [articles](../articles/) to deep dive into Strapi. -- Get help on [StackOverflow](https://stackoverflow.com/questions/tagged/strapi). +- Get help on [Github Discussions](https://github.com/strapi/strapi/discussions). - Read the [source code](https://github.com/strapi/strapi), [contribute](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md) or [give a star](https://github.com/strapi/strapi) on GitHub. - Follow us on [Twitter](https://twitter.com/strapijs) to get the latest news. - [Join the vibrant and active Strapi community](https://slack.strapi.io) on Slack. diff --git a/docs/3.0.0-beta.x/getting-started/quick-start-tutorial.md b/docs/3.0.0-beta.x/getting-started/quick-start-tutorial.md index ad24064eaf..cbc7d7c012 100644 --- a/docs/3.0.0-beta.x/getting-started/quick-start-tutorial.md +++ b/docs/3.0.0-beta.x/getting-started/quick-start-tutorial.md @@ -634,7 +634,7 @@ If you would like to see the route of any specific **Content Type**, you need to - Learn how to use Strapi with React ([Gatsby](https://blog.strapi.io/building-a-static-website-using-gatsby-and-strapi) or [Next.js](https://blog.strapi.io/strapi-next-setup/)) or Vue.js ([Nuxt.js](https://blog.strapi.io/cooking-a-deliveroo-clone-with-nuxt-vue-js-graphql-strapi-and-stripe-setup-part-1-7/)). - Read the **concepts** to deep dive into Strapi. -- Get help on [StackOverflow](https://stackoverflow.com/questions/tagged/strapi). +- Get help on [Github Discussions](https://github.com/strapi/strapi/discussions). - Read the [source code](https://github.com/strapi/strapi), [contribute](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md) or [give a star](https://github.com/strapi/strapi) on GitHub. - Follow us on [Twitter](https://twitter.com/strapijs) to get the latest news. - [Join the vibrant and active Strapi community](https://slack.strapi.io) on Slack. diff --git a/docs/3.0.0-beta.x/getting-started/quick-start.md b/docs/3.0.0-beta.x/getting-started/quick-start.md index 8e3c21a6f4..361f00b7bc 100644 --- a/docs/3.0.0-beta.x/getting-started/quick-start.md +++ b/docs/3.0.0-beta.x/getting-started/quick-start.md @@ -120,7 +120,7 @@ Here we are! The list of **restaurants** is accessible at [`http://localhost:133 - Learn how to use Strapi with React ([Gatsby](https://blog.strapi.io/building-a-static-website-using-gatsby-and-strapi) or [Next.js](https://blog.strapi.io/strapi-next-setup/)) or Vue.js ([Nuxt.js](https://blog.strapi.io/cooking-a-deliveroo-clone-with-nuxt-vue-js-graphql-strapi-and-stripe-setup-part-1-7/)). - Read the **concepts** and do the [Tutorial](quick-start-tutorial.md) to deep dive into Strapi. -- Get help on [StackOverflow](https://stackoverflow.com/questions/tagged/strapi). +- Get help on [Github Discussions](https://github.com/strapi/strapi/discussions). - Read the [source code](https://github.com/strapi/strapi), [contribute](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md) or [give a star](https://github.com/strapi/strapi) on GitHub. - Follow us on [Twitter](https://twitter.com/strapijs) to get the latest news. - [Join the vibrant and active Strapi community](https://slack.strapi.io) on Slack. diff --git a/docs/3.0.0-beta.x/getting-started/troubleshooting.md b/docs/3.0.0-beta.x/getting-started/troubleshooting.md index e5463911d5..2a0a940e2b 100644 --- a/docs/3.0.0-beta.x/getting-started/troubleshooting.md +++ b/docs/3.0.0-beta.x/getting-started/troubleshooting.md @@ -1,6 +1,6 @@ # 💬 Troubleshooting -Below are solutions to some common issues that you may experience when working with Strapi. You can also post questions to [StackOverflow](https://stackoverflow.com/questions/tagged/strapi) or reach out to the members of our [Slack](https://slack.strapi.io) community! +Below are solutions to some common issues that you may experience when working with Strapi. You can also post questions to [Github Discussions](https://github.com/strapi/strapi/discussions) or reach out to the members of our [Slack](https://slack.strapi.io) community! [[toc]] @@ -10,7 +10,7 @@ Strapi is offered as free and open-source for users who wish to self-host the so ### Community Support -[StackOverflow](https://stackoverflow.com/search?q=strapi) is great first place to reach out for help. Our community and Core developers often check this platform and answer posts tagged with `strapi`. +[Github Discussions](https://github.com/strapi/strapi/discussions) is great first place to reach out for help. Our community and Core developers often check this platform and answer posts. Another option to get help is our [Community Slack](https://slack.strapi.io). Please keep all questions on the `#help` channel, be considerate, and remember that _you are getting free help for a free product_. diff --git a/packages/strapi-admin/admin/src/containers/HomePage/SocialLink.js b/packages/strapi-admin/admin/src/containers/HomePage/SocialLink.js index caa4aac58e..53c047b239 100644 --- a/packages/strapi-admin/admin/src/containers/HomePage/SocialLink.js +++ b/packages/strapi-admin/admin/src/containers/HomePage/SocialLink.js @@ -9,7 +9,6 @@ import PropTypes from 'prop-types'; import Gh from '../../assets/images/social_gh.png'; import Slack from '../../assets/images/social_slack.png'; import Medium from '../../assets/images/social_medium.png'; -import So from '../../assets/images/social_so.png'; import Twitter from '../../assets/images/social_twitter.png'; import Reddit from '../../assets/images/social_reddit.png'; @@ -25,8 +24,6 @@ function getSrc(name) { return Medium; case 'Slack': return Slack; - case 'Stack Overflow': - return So; case 'Twitter': return Twitter; default: diff --git a/packages/strapi-admin/admin/src/containers/HomePage/index.js b/packages/strapi-admin/admin/src/containers/HomePage/index.js index 81df6f2bb3..6cef0546a0 100644 --- a/packages/strapi-admin/admin/src/containers/HomePage/index.js +++ b/packages/strapi-admin/admin/src/containers/HomePage/index.js @@ -50,10 +50,6 @@ const SOCIAL_LINKS = [ name: 'Reddit', link: 'https://www.reddit.com/r/Strapi/', }, - { - name: 'Stack Overflow', - link: 'https://stackoverflow.com/questions/tagged/strapi', - }, ]; const HomePage = ({ global: { plugins }, history: { push } }) => { From 75059b87e3c4cc5217ba7f77a69f1e5411e0b0e8 Mon Sep 17 00:00:00 2001 From: Derrick Mehaffy Date: Mon, 20 Apr 2020 03:59:42 -0700 Subject: [PATCH 2/4] Create a link to GH Discussions Signed-off-by: Derrick Mehaffy --- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..452b4da673 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Strapi Questions and Discussions + url: https://github.com/strapi/strapi/discussions/new + about: Please ask and answer questions here. From 5bf3495c5f21acfe8e53a62d7b415d0358478531 Mon Sep 17 00:00:00 2001 From: Jim LAURIE Date: Tue, 21 Apr 2020 16:33:09 +0200 Subject: [PATCH 3/4] docs: remove blank issue template Signed-off-by: Jim LAURIE --- .github/ISSUE_TEMPLATE.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 724e034f26..0000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,5 +0,0 @@ - From f6051731c3103399367597e3c2ac2b77e628144d Mon Sep 17 00:00:00 2001 From: DMehaffy Date: Wed, 6 May 2020 08:01:54 -0700 Subject: [PATCH 4/4] PR feedback Signed-off-by: Derrick Mehaffy --- .../admin/src/assets/images/social_so.png | Bin 3327 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 packages/strapi-admin/admin/src/assets/images/social_so.png diff --git a/packages/strapi-admin/admin/src/assets/images/social_so.png b/packages/strapi-admin/admin/src/assets/images/social_so.png deleted file mode 100644 index 7e004246486e87a55270574e7dafed3349d8d318..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3327 zcmVR7E-WyFd? ztRN_0MoWD#%s^&TB2`f!1VX|~VYC9RRa+mOqDBy~73G}(1q3M&5}rwJ?)@L9-=5^Z zxi`rT31ZLWzvr=g_Uzf+v%BYns9BM(ck322Bo~`9X5diiRcb&Mlc@lkSB`y$8~YY# z)p9LLOG|@2?23TnI3L;b#m0v`TXzVbWvOM2`s`kWw-rQiR~)W<|b~@~GyG z$@#`}s%>aXReh**h+@YrG^H#^l?wB?Ib<_K5BUd?m|i8svSrJzND1!xQt0&HZytZG zjDbcl7_6%fWb{J&3w%6NYJouD7#gZ9UAoleMk`D;Ab7uWcJ~|-Vw2ZzQOja*x4`(A z0djV#Y(a7FqO51Jk2#v4kNY3raVPaK9jZ;r)aK5en*cGX316)oTTt6Ad(P=jS5s}* z?At{?xof(wHpCxJ?KYB*D6%F_-KmXW?+Vf?ihI(SLUj+ib9#~b>)YRBq8=$76 zae8EaJ`a4<_@U}xkp-9C##187iJmWKQ}?F6`$>GnE@qXSLrDtR5F{6-b#9fSHq{a` z(LARR!|vB~#+@BwJr#?xBuTnAee#a?grvoC2~78tel-dAyA}dxGj?1_{U&Y~tR1r5 zF?7;d6G8lDRjza$`;K9`t3TQ{e@O2HQy#Hg_wvjsyN;{PEMLAnz>Rv>?coUR-7Rm9 zll9%MK5{PUmq&M{%{r<0#19KRxUTT2?5Y}li!0?uSjxIHp`^DmlgqQ~>^h|tM%LK; zM@@ZWtEOogBwgObqshMWCy&NUKVN7d0g$j-nx6>Dm2_9olZxnFF ziWL!<;kqut+#>@~cm%4^-5=M+QF(z+0KTnEsZ~|CwuCIyW;Prnb9@XuTs@0)sLc?+ z;PHq8W02x>VpAXf`0a;J&Ji$E>J1a?a5t=+J zCfnWQAJfq7z?N}B$_!mxZ#$9#rbe*miT!GK93TS}haNpxxKxUmt@@u9L&bQov&FGbTP8oE}DF~T3d z20N~-Z=lTQO4qSn%U*>MVObV-qFj4~54GjS_+wS-SN>Vo_4N^GR0G7Fu-@5*Bpg}a z6|rn?6ttVOviC^mr4vsl|)>T@^Y>Ce-{EkPS`Hrj`Ljjn862LV_}fCQzHL zG8}Y*s0d87iP&MFoSl*(3%bAPO^j&A8|Y{)UxPv0P+riNDDwYX*CBq9kaTUaU`W;z zdoN%8RSatvK{=OF;_w!y99W3RT#$cbx*`-+FW13&P91sn65fD#yj8F||)LlQf8k^A6NFK5{qkX6W`5gC)WZ4cj#Q}cyEF65B-_$;_K$+!_ze8J72KK+d>b+HBvh|>c z$8`&WyVs4E=WD{XF3EY86MEx@N7qC$l8VJyg?>X!!S-1R2hu0+>=#X}1;I_r#@yl$ z`2GQxuN`$^T?`evL9M0LSdr|C`^a7onrS78G&!NtatC;-`3UD*(D_<*=n`MAEPnRQBmV> zOP-ayUF`h^Iu*_}@LGB<7C|Mw$ zsPKslkQ4eWaKj&%6C}V_auUqO=ueOxN6TnBk+yeI6v5la7YNI)ONCb%PUJoWN-yK6 zaXx<#3!LNqx(#bb2sCeaQBM(EvSi7Xr!8X>N5qmh2fHWGz-a2StZyIlx*Ck36q ziW$}Scx!rg?e+ivwIp22z#My+Fw`u>2wBjxkH^SQ!l0aIjKm#bJA%YY*z^UoqFJfM{K zd(BHKK{3_Zf*V_BX^9US5&`zJB9(M=8>HEKLasQG>)7L}!oFI_;j$pDKld*wgG^B5 zQAo=R-;Lk95&tbd)G7@!=xMjmI3nly2QXet2^brYa2$@P+0;_t#BXMti(ydgDI9oZ z%mS@+aP#|sDyQCu%-Cj##!^fi1k)KV{I{V)PoNV4f%En^PgF1uQA-6R(5# zv1uCxt=lM+Hj8|60{WEz9stJvi)N4)^9r6h1{gkL1{QqCX9y$AH$D_5?n73NevqVC z5~_1w%bK?HhL?0wwAkGgL$hC2E4~1=3Q6+N4f8hyYgD&NIkujnHL($4?F>zq}yTaU8b>z->r*HeyTvJQ?b{AuYHzsk>&n1MD4dE2hqzRKIO*$M0Uk(4ec%m8hh5Kp39s%EV6D}P$AnooQFb#t*9sJhB zxtPa4GavAqR97D^8j-tdO6k(lg}R{+geav36=2;-6DCa9-`bk|@^ckbr*6+^SK@A< z(%cVztxiIx=jr8NBIVa%9s$A)>J7Av;r5)?FAFuM|AiBIc;msuv_CP!yt_l5m z*O9mArrtjo4A*F)cBaCWbd8W=Xu~mv2XLG&&1rajKID-CMqRwjDVN~d?odNFURBb7 zR|P?JH!%d~0*O@DtB(F&@*D(+dlWAZ1>ecR{?10uB8xTl+pHoIWG1nY42L;uB)a#>xyUexzjl}6;%qZb4ofy| zBL&aK$rj1(&_c4~hI`^I`O|h2ib9Mq$YWp<8g-S5ap^6<{c9R*QZXDgr_Ck|w#B(#6AT!7$z2d@P6@w6_4-7(8tiB&#K$cU44i~mT<$xP!x_EX~44S6-0-g`% zp}r&>Vzce`ebKv6@4-CKD5*|xws*ico`-4$JKjctM$ftEHq1uN#ahYj)l9?&*-fDI zguURR6C>4&W~i-+?cF&4*Q*+minhbH=w5Od)@Mz%$YQ*O{s#`Gq5f*G>8St!002ov JPDHLkV1oQUOoIRb