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 @@ - 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/.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. 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/assets/images/social_so.png b/packages/strapi-admin/admin/src/assets/images/social_so.png deleted file mode 100644 index 7e00424648..0000000000 Binary files a/packages/strapi-admin/admin/src/assets/images/social_so.png and /dev/null differ 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 } }) => {