Nekmo/pip-rating

View on GitHub
.github/ISSUE_TEMPLATE/documentation-issue.yml

Summary

Maintainability
Test Coverage
name: Documentation Issue
description: Report a problem with the documentation.
labels: [documentation]
body:

  - type: textarea
    id: description
    attributes:
      label: Description
      description: Describe the problem in detail.
      placeholder: This part is unclear...
    validations:
      required: true

  - type: input
    id: url
    attributes:
      label: URL
      description: The URL of the page with the problem.
      placeholder: https://docs.nekmo.org/pip-rating/...

  - type: checkboxes
    id: checklist
    attributes:
      label: Checklist
      description: Read this carefully, we will close and ignore your issue if you skimmed through this.
      options:
        - label: This is a documentation problem, not a question or a bug report.
          required: true
        - label: I have searched for this issue before posting it and there isn't a duplicate.
          required: true