awesome-privacy/.github/ISSUE_TEMPLATE/amendment.yml

94 lines
3.1 KiB
YAML

name: Amendment
description: Suggest an edit to an existing entry
title: '[AMENDMENT] <title>'
labels: ['Suggested Amendment', 'Awaiting Review']
assignees:
- lissy93
body:
# Title
- type: input
id: service-title
attributes:
label: Title
description: >-
The name of the project this ticket refers to. Should match how it is written on the list
placeholder: e.g. KeePass
validations:
required: true
# Amendments description
- type: textarea
id: amendments
attributes:
label: Amendments
description: |
Please describe what amendments should be made.
When required, link to relevant info from reputable sources to help with fact checking.
validations:
required: true
# Optional, amendment data (auto-filled from awesome-privacy.xyz)
- type: textarea
id: amendment-data
attributes:
label: Amendment Data
render: yaml
placeholder: |
You do not need to fill this section in if you're manually submitting this amendment request.
For users submitting via awesome-privacy.xyz this will be auto-filled.
validations:
required: false
# Association disclosure
- type: input
id: association
attributes:
label: Affiliation Disclosure
description: >-
For transparency, please state if you currently / previously have had any association with
this project.
validations:
required: false
# 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
description: "Before submitting, please ensure that:"
options:
- label: You have filled out this form accurately, and to the best of your knowledge
required: true
- label: You have indicated whether or not you are associated with the project the amendment refers to
required: true
- label: A similar submission has not already [been opened](https://github.com/Lissy93/awesome-privacy/issues?q=is%3Aissue) for this software / service
required: true
- label: You agree to our [Code of Conduct](https://github.com/Lissy93/awesome-privacy/blob/main/.github/CODE_OF_CONDUCT.md)
required: true
- label: You have read and followed the [Contributing Guide](https://github.com/Lissy93/awesome-privacy/blob/main/.github/CONTRIBUTING.md)
required: true
# Final message
- type: markdown
attributes:
value: |-
## Thanks 🙏
<img align="left" width="160" src="https://i.ibb.co/S5vCnhL/gh-thanks.gif" alt="🐙" />
Thank you for your suggested amendment! You should expect a reply within 48 hours.<br>
⭐️ Consider dropping the repo a star if you're enjoying Awesome-Privacy.<br>
validations:
required: false