File: question-support.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 (21 lines) | stat: -rw-r--r-- 540 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
name: Question/Support
description: A question about how to use this library.
title: "Usage: "
labels: "usage"

body:
- type: markdown
  attributes:
    value: >
        ## Thank you for your interest in sparse
- type: textarea
  attributes:
    label: Please provide a description of what you'd like to do.
  validations:
    required: true
- type: textarea
  attributes:
    label: Example Code
    description: >
      Syntactically valid Python code that shows what you want to do,
      possibly with placeholder functions or methods.