gitcraft 0.1.123

A template project for GitHub-related utilities.
# Report issues or suggest improvements related to documentation, guides, or help content.
name: 📄 Documentation
description: Report issues or suggest improvements related to documentation, guides, or help content.
labels:
  - documentation
body:
  - type: markdown
    attributes:
      value: |
        ## 📄 Documentation Issue

        Please use this template to report problems or suggest improvements for documentation, guides, or help content.

  - type: dropdown
    id: subcategory
    attributes:
      label: Subcategory
      description: Select the most relevant subcategory for your issue.
      options:
        - missing-docs - Docs are completely absent
        - outdated-docs - Needs update to match current behavior
        - typo - Grammar, spelling, broken links
        - new-docs-request - Suggesting a new section or tutorial
        - readme-improvement - Better structure or examples
        - api-docs-issue - Generated or manual API references
    validations:
      required: true

  - type: textarea
    id: description
    attributes:
      label: Description
      description: Please describe the documentation issue or suggestion in detail.
      placeholder: Tell us what needs to be fixed or improved.
    validations:
      required: true

  - type: input
    id: location
    attributes:
      label: Documentation Location (optional)
      description: Link to the relevant file, section, or page (if applicable).
      placeholder: e.g., /docs/getting-started.md

  - type: textarea
    id: additional
    attributes:
      label: Additional Context (optional)
      description: Add any other context, screenshots, or references here.