a b/.github/ISSUE_TEMPLATE/feature_request.yml
1
name: Feature request
2
description: Propose a new feature for ehrapy
3
labels: enhancement
4
body:
5
    - type: textarea
6
      id: description
7
      attributes:
8
          label: Description of feature
9
          description: Please describe your suggestion for a new feature. It might help to describe a problem or use case, plus any alternatives that you have considered.
10
      validations:
11
          required: true