File: feature_request.yml

package info (click to toggle)
python-aioswitcher 6.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,556 kB
  • sloc: python: 4,913; makefile: 8
file content (27 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (2)
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
---
name: Feature request
description: Suggest an idea for this project
labels: ["type: enhancement"]

body:
  - type: markdown
    attributes:
      value: Thanks for taking the suggest an idea!

  - type: textarea
    id: feature-idea
    attributes:
      label: What did you have in mind?
    validations:
      required: true

  - type: textarea
    id: is-problem
    attributes:
      label: Are you trying to fix a problem?
      description: If so, please provide as much information as you can.

  - type: textarea
    id: implementation-idea
    attributes:
      label: Any lead on how this feature can be implemented?