Skip to content

Commit

Permalink
Update issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Apr 28, 2024
1 parent f56fad2 commit 843879e
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/documentation-error.md

This file was deleted.

23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-error.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Documentation error
description: Something is wrong in the doc
body:
- type: input
attributes:
label: UserFrosting Version
description: Provide the UserFrosting affected
placeholder: 5.x.x
validations:
required: true
- type: input
attributes:
label: Affected page
description: Provide a link to the page this is related to
placeholder: https://learn.userfrosting.com/...
validations:
required: true
- type: textarea
attributes:
label: Description
description: Provide a detailed description of the error.
validations:
required: true
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/documentation-improvement-suggestion.md

This file was deleted.

34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-improvement-suggestion.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Documentation improvement suggestion
description: Something in the doc needs improvement
body:
- type: input
attributes:
label: UserFrosting Version
description: Provide the UserFrosting affected
placeholder: 5.x.x
validations:
required: true
- type: input
attributes:
label: Affected page
description: Provide a link to the page this is related to
placeholder: https://learn.userfrosting.com/...
validations:
required: true
- type: textarea
attributes:
label: Description
description: Provide a detailed description of the problem
validations:
required: true
- type: textarea
attributes:
label: Suggested Changes
description: Provide details about the suggested changes
validations:
required: true





0 comments on commit 843879e

Please sign in to comment.