From 988cc6b718b2b1ba0978e6fe782449fdc4bbf476 Mon Sep 17 00:00:00 2001 From: derrickmehaffy Date: Tue, 15 Mar 2022 15:28:36 -0700 Subject: [PATCH 1/3] Update Bug Report template, move FR to canny Signed-off-by: Derrick Mehaffy --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 19 ++++++------ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 35 ----------------------- .github/ISSUE_TEMPLATE/config.yml | 10 +++++-- 3 files changed, 19 insertions(+), 45 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md 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..6de40528c1 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/ + 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! From a0ec9360f67404d9257b12d758bc4fc70d513c28 Mon Sep 17 00:00:00 2001 From: derrickmehaffy Date: Tue, 15 Mar 2022 15:30:51 -0700 Subject: [PATCH 2/3] remove productboard links Signed-off-by: Derrick Mehaffy --- packages/core/admin/admin/src/pages/HomePage/SocialLinks.js | 5 +---- packages/core/strapi/README.md | 5 ++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/packages/core/admin/admin/src/pages/HomePage/SocialLinks.js b/packages/core/admin/admin/src/pages/HomePage/SocialLinks.js index d5d6413c74..15ed4927fa 100644 --- a/packages/core/admin/admin/src/pages/HomePage/SocialLinks.js +++ b/packages/core/admin/admin/src/pages/HomePage/SocialLinks.js @@ -170,10 +170,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 From b2f0d72f54a5d8f6c7b1d628ee54fbb8bc289739 Mon Sep 17 00:00:00 2001 From: derrickmehaffy Date: Tue, 15 Mar 2022 15:38:02 -0700 Subject: [PATCH 3/3] ninja swap link to fr Signed-off-by: Derrick Mehaffy --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6de40528c1..9bc5259426 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Product Feature Request - url: https://feedback.strapi.io/ + 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