File: bug.yml

package info (click to toggle)
xrootd 5.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,956 kB
  • sloc: cpp: 244,425; sh: 2,691; python: 1,980; ansic: 1,027; perl: 814; makefile: 272
file content (67 lines) | stat: -rw-r--r-- 2,125 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
name: Bug Report
description: Report a problem with XRootD to help us resolve it.
body:
- type: markdown
  attributes:
    value: |
      **Welcome!**

      This issue tracker is used to track actual bugs and feature requests.
      You are about to **report a bug** you encountered in XRootD.

      Please see below how to report other types of issues.
      - To propose a new feature, please use the *Feature Request* template.
      - To report a **security vulnerability**, please use https://github.com/xrootd/xrootd/security instead.
      - For general questions about XRootD, or if you just need help with a particular issue,
        please send a message to the mailing list at xrootd-l@slac.stanford.edu
        or open a new [discussion](https://github.com/xrootd/xrootd/discussions) on GitHub.

      Thanks for understanding, and for contributing to the project!

- type: input
  id: os
  attributes:
    label: Operating System
    description: |
      Please post the output of `uname -a` (Linux) or `sw_vers` (macOS) here.
    placeholder: 'Alma Linux 10'
  validations:
    required: true

- type: input
  id: version
  attributes:
    label: XRootD Version
    description: |
      Please post here the output of `rpm -qa | grep xrootd`, `xrootd -v`, or `xrdcp --version`.
  validations:
    required: true

- type: textarea
  id: description
  attributes:
    label: Description
    description: |
      Please describe the problem here. In this section, please try to concentrate on your direct observations.
  validations:
    required: true

- type: textarea
  id: reproducer
  attributes:
    label: Steps to Reproduce the Behavior
    description: The better you describe how to reproduce the problem, the easier it is for us to actually fix it!
    placeholder: |
      1.
      2.
      3.
  validations:
    required: false

- type: textarea
  id: extras
  attributes:
    label: Additional Information
    description: |
      Please paste or attach here relevant output logs, stack traces, etc.
      Do not forget to enclose code blocks in backquotes to make them render correctly on GitHub.