-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 changed file
with
67 additions
and
0 deletions.
There are no files selected for viewing
67 changes: 67 additions & 0 deletions
67
.github/ISSUE_TEMPLATE/20-wrong-or-outdated-information.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,67 @@ | ||
name: 'Wrong or Outdated Information' | ||
description: "There is something wrong or outdated." | ||
title: '[OUTDATED-WRONG] ' | ||
labels: ['type: outdated-wrong', 'status: triage'] | ||
|
||
body: | ||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
# Checklist | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Pre-submission checklist | ||
description: | | ||
To prevent wasting your or our time, please fill out the below checklist before continuing. | ||
Thanks for understanding! | ||
options: | ||
- label: 'I checked that no other Issues describing this issue' | ||
required: true | ||
- label: 'I accept that this issue may be closed if any of the above are found to be untrue.' | ||
required: true | ||
|
||
- type: input | ||
id: where | ||
attributes: | ||
label: 'Where is the wrong or outdated information?' | ||
placeholder: 'CCK component xyz' | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: where-link | ||
attributes: | ||
label: 'Please provide a link to the page' | ||
placeholder: 'https://docs.abinteractive.net/cck/avatar/face-tracking/#separate-frown-blendshape' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: what-is-wrong | ||
attributes: | ||
label: 'What exactly is wrong here?' | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: suggested-fix | ||
attributes: | ||
label: 'What information should displayed here? (Optional)' | ||
validations: | ||
required: false | ||
|
||
|
||
- type: markdown | ||
attributes: | ||
value: | | ||
# Anything else? | ||
- type: textarea | ||
id: anything-else | ||
attributes: | ||
label: 'Other remarks' | ||
validations: | ||
required: false |