File: documentation.yml

package info (click to toggle)
commitizen 4.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,912 kB
  • sloc: python: 17,743; makefile: 15
file content (29 lines) | stat: -rw-r--r-- 792 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: 📖 Documentation
description: Suggest an improvement for the documentation of this project
title: Content to be added or fixed
labels: ['type: documentation']
body:
  - type: checkboxes
    id: type
    attributes:
      label: Type
      options:
        - label: Content inaccurate
        - label: Content missing
        - label: Typo
  - type: input
    id: url
    attributes:
      label: URL
      placeholder: |
        URL to the code we did not clearly describe or the document page where the content is inaccurate
    validations:
      required: true
  - type: textarea
    id: description
    attributes:
      label: Description
      description: |
        A clear and concise description of what content should be added or fixed
    validations:
      required: true