-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
57 additions
and
20 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
10
.github/ISSUE_TEMPLATE/documentation-improvement-suggestion.md
This file was deleted.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
.github/ISSUE_TEMPLATE/documentation-improvement-suggestion.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|
||
|
||
|