File: bug_report.yml

package info (click to toggle)
python-picnic-api2 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 232 kB
  • sloc: python: 949; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 512 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
name: Bug report
description: Create a report to help us improve
title: 'Enter a summary of the issue'
labels: "bug"
body:
- type: textarea
  attributes:
    label: Describe the bug
  validations:
    required: true
- type: textarea
  attributes:
    label: Steps to reproduce the issue
  validations:
    required: true
- type: textarea
  attributes:
    label: What did you expect to happen instead?
  validations:
    required: true
- type: input
  attributes:
    label: Python Version
    placeholder: X.YY