mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Update Bug Report template, move FR to canny
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
This commit is contained in:
parent
6202b944ce
commit
988cc6b718
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/
|
||||
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!
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user