Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,34 @@ about: Create a report to help us improve the Strapi documentation.
title: "[Bug]: "
labels: "type: bug, status: pending reproduction"
issue_body: true
inputs:
body:
- type: input
attributes:
label: Link to the documentation page or resource
required: true
placeholder: https://strapi.io/documentation/developer-docs/latest/somepage.html
validations:
required: true
- type: textarea
attributes:
label: Describe the bug
required: true
placeholder: "A clear and concise description of what the bug is."
validations:
required: true
- type: textarea
attributes:
label: Additional context
required: false
placeholder: "Add any other context about the problem here."
validations:
required: false
- type: textarea
attributes:
label: Suggested improvements or fixes
required: false
placeholder: "A clear and concise description of what you want to happen."
validations:
required: false
- type: textarea
attributes:
label: Related issue(s)/PR(s)
required: false
placeholder: "Let us know if this is related to any issue/pull request."
validations:
required: false
14 changes: 9 additions & 5 deletions .github/ISSUE_TEMPLATE/DOC_REQUEST.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,28 @@ about: Suggest a new part of the documentation we are missing!
title: "[Request]: "
labels: "type: doc request"
issue_body: false
inputs:
body:
- type: textarea
attributes:
label: Summary
required: true
placeholder: Quick summary what's this documentation request about.
validations:
required: true
- type: textarea
attributes:
label: Why is it needed?
required: true
placeholder: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
validations:
required: true
- type: textarea
attributes:
label: Suggested solution(s)
required: false
placeholder: "A clear and concise description of what you want to happen."
validations:
required: false
- type: textarea
attributes:
label: Related issue(s)/PR(s)
required: false
placeholder: "Let us know if this is related to any issue/pull request."
validations:
required: false