dmyersturnbull/pocketutils

View on GitHub
.github/ISSUE_TEMPLATE/feature.yaml

Summary

Maintainability
Test Coverage
# SPDX-FileCopyrightText: Copyright 2020-2023, Contributors to pocketutils
# SPDX-PackageHomePage: https://github.com/dmyersturnbull/pocketutils
# SPDX-License-Identifier: Apache-2.0

name: "✨ Feature"
description: "Feature request"
labels: ["type: feature"]

body:
  - type: textarea
    id: description
    attributes:
      label: What is the feature request?
      placeholder: Describe the feature you would like.
    validations:
      required: true