mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 08:16:35 +00:00
Merge pull request #12852 from strapi/repo/issueTemplateLinks
Update issue templates and urls / swap roadmap to canny
This commit is contained in:
commit
c3e9cf15e7
19
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
19
.github/ISSUE_TEMPLATE/BUG_REPORT.md
vendored
@ -18,6 +18,17 @@ https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md#reporting-an-issue
|
||||
|
||||
## Bug report
|
||||
|
||||
### Required System information
|
||||
|
||||
<!-- Please ensure you are using the Node LTS version (v14 or v16) -->
|
||||
<!-- Strapi v3 is not supported unless it is a critical/high security issue -->
|
||||
|
||||
- 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: <!-- Please ensure you are using the Node LTS version (v12, v14, v16) -->
|
||||
- NPM version:
|
||||
- Strapi version: <!-- v3 is not supported unless it is a critical/high security issue -->
|
||||
- Database:
|
||||
- Operating system:
|
||||
|
||||
### Additional context
|
||||
|
||||
Add any other context about the problem here.
|
||||
|
35
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
35
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
vendored
@ -1,35 +0,0 @@
|
||||
---
|
||||
name: 🚀 Feature Request
|
||||
about: Suggest an idea to help make Strapi even better!
|
||||
---
|
||||
|
||||
<!--
|
||||
Hello 👋 Thank you for submitting a feature request.
|
||||
|
||||
We are using ProductBoard to manage our roadmap and feature requests.
|
||||
|
||||
Can you please submit your feature request here: https://portal.productboard.com/strapi
|
||||
-->
|
||||
|
||||
## 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.
|
10
.github/ISSUE_TEMPLATE/config.yml
vendored
10
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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!
|
||||
|
@ -167,10 +167,7 @@ const SocialLinks = () => {
|
||||
})}
|
||||
</Typography>
|
||||
</Stack>
|
||||
<Link
|
||||
href="https://portal.productboard.com/strapi/1-roadmap/tabs/2-under-consideration"
|
||||
endIcon={<ExternalLink />}
|
||||
>
|
||||
<Link href="https://feedback.strapi.io/" endIcon={<ExternalLink />}>
|
||||
{formatMessage({
|
||||
id: 'app.components.HomePage.roadmap',
|
||||
defaultMessage: 'See our road map',
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user