File: feature_request.yml

package info (click to toggle)
python-librosa 0.11.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 166,732 kB
  • sloc: python: 21,731; makefile: 141; sh: 2
file content (25 lines) | stat: -rw-r--r-- 827 bytes parent folder | download
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
---
name: Feature Request
description: Suggest something to add to librosa!
title: "[ENH]: "
body:
  - type: markdown
    attributes:
      value: >-
        Please search the [issues](https://github.com/librosa/librosa/issues) for relevant feature
        requests before creating a new feature request.
  - type: textarea
    id: problem
    attributes:
      label: Problem
      description: Briefly describe the problem this feature will solve. (2-4 sentences)
      placeholder: |
        * I would like it if [...] happened when I [...] because [...]
        * Here is an example usage of what I am asking for [...]
    validations:
      required: true
  - type: textarea
    id: solution
    attributes:
      label: Proposed solution
      description: Describe a way to accomplish the goals of this feature request.