diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-09-10 23:39:06 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-09-10 23:39:06 +0100 |
| commit | dc81e1ef1bedbd7d37dabc4236bf7c160ad53330 (patch) | |
| tree | e6420345517e3c71dcf91485b637f01b415b62b0 /.github/ISSUE_TEMPLATE/documentation.yml | |
| parent | 2b525ad4fe9655bbde46992f759e988ed8014df0 (diff) | |
[ci skip] Clarify issue templates
Diffstat (limited to '.github/ISSUE_TEMPLATE/documentation.yml')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/documentation.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index 28c95fb0..c8269cb1 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -19,4 +19,13 @@ body: description: | Describe the change in full. validations: + required: true + - type: textarea + attributes: + label: Page Markup + description: | + If you are describing an edit, it would be helpful if you posted the revised markup for the **whole** page here. Please see the wiki for instructions on how to do this. + This field is not required. + render: true + validations: required: false |
