File: feature_request.yml

package info (click to toggle)
python-sparse 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,816 kB
  • sloc: python: 11,223; sh: 54; javascript: 10; makefile: 8
file content (43 lines) | stat: -rw-r--r-- 1,302 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: Feature request
description: Form to request a new feature
title: "Enh: "
labels: ["enhancement", "needs triage"]

body:
- type: markdown
  attributes:
    value: >
        ## Thanks for helping us improve sparse!
- type: markdown
  attributes:
    value: >
       ### Before submitting a request, please check if it has already been discused in the
       [list of issues](https://github.com/pydata/sparse/issues).
- type: textarea
  attributes:
    label: Please describe the purpose of the new feature or describe the problem to solve.
    description: >
       A clear description of the objective.
  validations:
       required: true
- type: textarea
  attributes:
    label: Suggest a solution if possible.
    description: >
       Please suggest a solution if you can.
  validations:
       required: false
- type: textarea
  attributes:
    label: If you have tried alternatives, please describe them below.
    description: >
       What you have tried if applicable.
- type: textarea
  attributes:
    label: Additional information that may help us understand your needs.
    description: >
       Context, screenshots, or any useful information.
- type: markdown
  attributes:
    value: >
        ### If you are interested in opening a pull request to fix this, please let us know.