mirror of
https://github.com/Lissy93/personal-security-checklist.git
synced 2024-10-01 01:35:37 -04:00
57 lines
1.6 KiB
YAML
57 lines
1.6 KiB
YAML
|
name: Amendment
|
||
|
description: ✏️ Suggest an edit or bring attention to a mistake
|
||
|
title: '[AMENDMENT] <title>'
|
||
|
labels: ['Suggested Amendment', 'Awaiting Review']
|
||
|
assignees:
|
||
|
- lissy93
|
||
|
body:
|
||
|
# Location
|
||
|
- type: input
|
||
|
id: location
|
||
|
attributes:
|
||
|
label: Location
|
||
|
description: >-
|
||
|
Indicate which section (and if applicable sub-section) the amendment should be made
|
||
|
placeholder:
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
|
# Amendments description
|
||
|
- type: textarea
|
||
|
id: amendments
|
||
|
attributes:
|
||
|
label: Amendments
|
||
|
description: |
|
||
|
Please describe what amendments should be made.
|
||
|
If relating to content change, please also provide links to backup any information
|
||
|
placeholder:
|
||
|
validations:
|
||
|
required: true
|
||
|
|
||
|
# Can user submit PR
|
||
|
- type: dropdown
|
||
|
id: canImplement
|
||
|
attributes:
|
||
|
label: Would you like to submit a PR?
|
||
|
description: Is this amendment something that you are willing to submit a pull request for?
|
||
|
options:
|
||
|
- 'No'
|
||
|
- 'Maybe'
|
||
|
- 'Yes'
|
||
|
validations:
|
||
|
required: false
|
||
|
|
||
|
|
||
|
# Confirmation checkboxes
|
||
|
- type: checkboxes
|
||
|
id: idiot-check
|
||
|
attributes:
|
||
|
label: Please tick the boxes
|
||
|
options:
|
||
|
- label: To the best of my knowledge, the information I've provided is correct
|
||
|
required: true
|
||
|
- label: I have checked that a similar ticket has not previously been opened
|
||
|
required: true
|
||
|
- label: I agree to the repositories [Code of Conduct](https://github.com/Lissy93/personal-security-checklist/blob/master/.github/CODE_OF_CONDUCT.md)
|
||
|
required: true
|