File: doc_issue.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 (35 lines) | stat: -rw-r--r-- 937 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
name: Documentation improvement
description: Report to improve the docs. You could also directly open a PR with your suggestions.
title: "Doc: "
labels: ["docs", "needs triage"]

body:
- type: markdown
  attributes:
    value: >
         ## Thanks for taking the time to fill out this form
- type: dropdown
  id: TYPE
  attributes:
    label: What type of report is this?
    options:
      - 'Correction'
      - 'Improvement'
  validations:
      required: true
- type: textarea
  attributes:
    label: Please describe the issue.
    description: >
      Tell us if something is unclear or incorrect, and where.
  validations:
      required: true
- type: textarea
  attributes:
    label: If you have a suggestion on how it should be, add it below.
    description: >
      How can we improve it
- type: markdown
  attributes:
    value: >
        ### If you are interested in opening a pull request to fix this, please let us know.