File: feature_request.yml

package info (click to toggle)
python-powerfox 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 780 kB
  • sloc: python: 906; makefile: 3
file content (43 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
name: 🚀 Feature Request
description: Request a new feature or enhancement
title: "<title>"
labels:
  - enhancement
  - new-feature
body:
  - type: checkboxes
    attributes:
      label: Is there an existing issue for this?
      description: Please search to see if an issue already exists for the feature you want.
      options:
        - label: I have searched the existing issues
          required: true

  - type: textarea
    attributes:
      label: How would this feature be useful?
      description: Describe any use cases this solves or frustrations it alleviates.
    validations:
      required: false

  - type: textarea
    attributes:
      label: Describe the solution you'd like
      description: If you have an idea on how to do this, let us know here!
    validations:
      required: false

  - type: textarea
    attributes:
      label: Describe alternatives you've considered
      description: If there's some workaround or alternative solutions, let us know here!
    validations:
      required: false

  - type: textarea
    attributes:
      label: Anything else?
      description: Any other relevant information or background.
    validations:
      required: false