DannyBen/bashly

View on GitHub
.github/ISSUE_TEMPLATE/documentation_issue.yml

Summary

Maintainability
Test Coverage
---
name: Documentation Issue
description: Report an issue with the documentation or with the examples
title: Issue title
labels: documentation
body:
  - type: input
    id: url
    attributes:
      label: URL

  - type: textarea
    id: description
    attributes:
      label: Description
    validations:
      required: true