diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
index 10f84e39d7..02bd285027 100644
--- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md
+++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md
@@ -18,6 +18,17 @@ https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md#reporting-an-issue
## Bug report
+### Required System information
+
+
+
+
+- Node.js version:
+- NPM version:
+- Strapi version:
+- Database:
+- Operating system:
+
### Describe the bug
A clear and concise description of what the bug is.
@@ -41,14 +52,6 @@ If applicable, add screenshots to help explain your problem.
If applicable, add code samples to help explain your problem.
-### System
-
-- Node.js version:
-- NPM version:
-- Strapi version:
-- Database:
-- Operating system:
-
### Additional context
Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
deleted file mode 100644
index 9b49af68b4..0000000000
--- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
+++ /dev/null
@@ -1,35 +0,0 @@
----
-name: 🚀 Feature Request
-about: Suggest an idea to help make Strapi even better!
----
-
-
-
-## Feature request
-
-### Please describe your feature request
-
-- [ ] **I have created my request on the Product Board before I submitted this issue**
-- [ ] **I have looked at all the other requests on the Product Board before I submitted this issue**
-
-### Summary
-
-Quick summary what's this feature request about.
-
-### Why is it needed?
-
-A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
-
-### Suggested solution(s)
-
-A clear and concise description of what you want to happen.
-
-### Related issue(s)/PR(s)
-
-Let us know if this is related to any issue/pull request.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index b289a5232e..9bc5259426 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,11 +1,17 @@
blank_issues_enabled: false
contact_links:
+ - name: Product Feature Request
+ url: https://feedback.strapi.io/feature-requests
+ about: Provide feedback to the Strapi team and ask for new features or enhancements!
- name: Documentation Bug Report
url: https://github.com/strapi/documentation/issues/new?template=BUG_REPORT.md&title%5B%5D=BUG
about: Create a report to help us improve the Strapi documentation.
- name: Documentation Request
- url: https://github.com/strapi/documentation/issues/new?template=DOC_REQUEST.md&title%5B%5D=REQUEST
+ url: https://feedback.strapi.io/documentation
about: Suggest a new part of the documentation we are missing!
- name: Strapi Questions and Discussions
url: https://forum.strapi.io
- about: Please ask and answer questions on our forums.
+ about: Please ask and answer questions on the community forums.
+ - name: Join the Community Discord
+ url: https://discord.strapi.io
+ about: Come and chat with other community members!
diff --git a/packages/core/admin/admin/src/pages/HomePage/SocialLinks.js b/packages/core/admin/admin/src/pages/HomePage/SocialLinks.js
index 4cb95ea5ac..b37ef5b739 100644
--- a/packages/core/admin/admin/src/pages/HomePage/SocialLinks.js
+++ b/packages/core/admin/admin/src/pages/HomePage/SocialLinks.js
@@ -167,10 +167,7 @@ const SocialLinks = () => {
})}
- }
- >
+ }>
{formatMessage({
id: 'app.components.HomePage.roadmap',
defaultMessage: 'See our road map',
diff --git a/packages/core/strapi/README.md b/packages/core/strapi/README.md
index e5d71ab986..ef39bde2da 100644
--- a/packages/core/strapi/README.md
+++ b/packages/core/strapi/README.md
@@ -114,8 +114,7 @@ For general help using Strapi, please refer to [the official Strapi documentatio
- [Discord](https://discord.strapi.io) (For live discussion with the Community and Strapi team)
- [GitHub](https://github.com/strapi/strapi) (Bug reports, Contributions)
- [Community Forum](https://forum.strapi.io) (Questions and Discussions)
-- [Academy](https://academy.strapi.io) (Learn the fundamentals of Strapi)
-- [ProductBoard](https://portal.productboard.com/strapi/tabs/2-under-consideration) (Roadmap, Feature requests)
+- [Roadmap & Feature Requests](https://feedback.strapi.io/)
- [Twitter](https://twitter.com/strapijs) (Get the news fast)
- [Facebook](https://www.facebook.com/Strapi-616063331867161)
- [YouTube Channel](https://www.youtube.com/strapi) (Learn from Video Tutorials)
@@ -126,7 +125,7 @@ Follow our [migration guides](https://docs.strapi.io/developer-docs/latest/updat
## Roadmap
-Check out our [roadmap](https://portal.productboard.com/strapi) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature.
+Check out our [roadmap](https://feedback.strapi.io/) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature.
## Documentation