deepface/.github/ISSUE_TEMPLATE/03-documentation.yaml
Sefik Ilkin Serengil bec11b7a76 issue templates
2024-04-20 20:51:46 +01:00

25 lines
1.0 KiB
YAML

name: '📝 Documentation'
description: 'Adding or improving in docs'
title: '[DOC]: '
labels:
- documentation
body:
- type: checkboxes
id: preliminary-checks
attributes:
label: Before You File a Documentation Request Please Confirm You Have Done The Following...
options:
- label: I have looked for existing [open or closed documentation requests](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3Adocumentation) that match my proposal.
required: true
- label: I have [read the FAQ](https://typescript-eslint.io/linting/troubleshooting) and my problem is not listed.
required: true
- type: markdown
attributes:
value: |
If your request is for help, not documentation, please ask on [StackOverflow](https://stackoverflow.com/questions/tagged/typescript-eslint)
- type: textarea
attributes:
label: Suggested Changes
description: What would you like to see happen in the docs?
validations:
required: true