File: Bug.yml

package info (click to toggle)
basex 10.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 18,684 kB
  • sloc: java: 156,985; xml: 54,172; sh: 43; makefile: 2
file content (64 lines) | stat: -rw-r--r-- 2,079 bytes parent folder | download | duplicates (3)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name: Bug Report
description: Report a confirmed and reproducible bug with BaseX.
labels:
- 'type: bug'
- 'status: needs-triage'
body:
- type: markdown
  attributes:
    value: |
      ## Welcome!

      We appreciate your feedback on BaseX. Please mind the following guidelines:

      * Our issue tracker is used to discuss confirmed bugs and issues.
      * For unconfirmed bugs, feature requests and questions, please write to our **basex-talk** mailing list: https://basex.org/open-source/.
      * You may as well find it helpful to browse through our documentation: https://docs.basex.org/.
      * Other helpful resources are:
         * Stack Overflow: https://stackoverflow.com/questions/tagged/basex
         * The mailing list archive: https://www.mail-archive.com/basex-talk@mailman.uni-konstanz.de/

      Thanks for your understanding.
- type: textarea
  id: description
  attributes:
    label: Description of the Problem
    description: |
      In this section, please concentrate on observations. Only describe what you observed directly.
  validations:
    required: true
- type: textarea
  id: expected-behavior
  attributes:
    label: Expected Behavior
    description: |
      Explain why you consider the described behavior to be wrong. What did you expect instead?
  validations:
    required: true
- type: textarea
  id: steps
  attributes:
    label: Steps to Reproduce the Behavior
    description: |
      The more time you spend describing an easy way to reproduce the behavior, the easier it is for the developers to fix it.
    placeholder: |
      1.
      2.
      3.
  validations:
    required: true
- type: textarea
  id: possible-solution
  attributes:
    label: Do you have an idea how to solve the issue?
    description: |
      This field is optional.
- type: textarea
  id: configuration
  attributes:
    label: What is your configuration?
    description: |
      - Include as much configuration as possible, including global and default sections.
      - Dont forget to remove confidential data.
  validations:
    required: true