Stephen-RA-King/pynball

View on GitHub
.github/ISSUE_TEMPLATE/feature-request.yml

Summary

Maintainability
Test Coverage
name: Feature request
description: Feature request
title: "ENH: <Please write a comprehensive title after the 'ENH: ' prefix>"

body:
  - type: markdown
    attributes:
      value: >
        If you're looking to request a new feature or change in functionality,
        including adding or changing the meaning of arguments to an existing
        function, please open an issue or pull request.

  - type: textarea
    attributes:
      label: "Proposed new feature or change:"
    validations:
      required: true