github.com/fiatjaf/generic-ristretto@v0.0.1/.github/ISSUE_TEMPLATE/documentation_request.yml (about)

     1  name: "📃 Documentation Request"
     2  description: Suggest improvements, additions, or revisions to Ristretto documentation
     3  title: "[Documentation]: <Title>"
     4  labels: ["area/documentation", "status/triage"]
     5  body:
     6    - type: markdown
     7      attributes:
     8        value: |
     9          Thank you for reporting an issue.
    10          If you think Ristretto's documentation is lacking, please explain it here.
    11    - type: textarea
    12      attributes:
    13        label: What version of Ristretto is the target?
    14        description: Is it the latest version? 
    15        placeholder: |
    16          Type here.
    17      validations:
    18        required: false
    19    - type: textarea
    20      attributes:
    21        label: Documentation.
    22        description: Explain which part of the documentation is lacking.
    23        placeholder: |
    24            Type here.
    25      validations:
    26        required: true
    27    - type: textarea
    28      attributes:
    29        label: Additional information.
    30        description: Tell us anything else you think we should know.