cubefs

Форк
0
/
bug_report.yml 
107 строк · 2.7 Кб
1
name: Bug report
2
description: Create a bug report to help us improve CubeFS
3
title: "[Bug]: "
4
labels: [bug]
5
assignees:
6
  - xiaochunhe
7
  - leonrayang
8

9
body:
10
  - type: markdown
11
    attributes:
12
      value: |
13
        Thanks for taking the time to fill out this bug report!
14
        Any questions can be asked in our WeChat group.
15

16
  - type: input
17
    id: contact
18
    attributes:
19
      label: Contact Details
20
      description: How can we get in touch with you if we need more info?
21
      placeholder: your.email@example.com
22
    validations:
23
      required: false
24

25
  - type: checkboxes
26
    attributes:
27
      label: Is there an existing issue for this?
28
      description: Please search to see if an issue already exists of the bug.
29
      options:
30
      - label: I have searched all the existing issues
31
        required: true
32

33
  - type: dropdown
34
    id: priority
35
    attributes:
36
      label: Priority
37
      description: Which the priority you think?
38
      options:
39
        - low (Default)
40
        - high
41
        - fatal
42
      default: 0
43
    validations:
44
      required: true
45

46
  - type: textarea
47
    attributes:
48
      label: Environment
49
      description: |
50
        Please enter the Environment Details:
51
      value: |
52
        - CubeFS version:
53
        - Deployment mode(docker or standalone or cluster):
54
        - Dependent components:
55
        - OS kernel version(Ubuntu or CentOS):
56
        - CPU/Memory:
57
        - Others:
58
      render: markdown
59
    validations:
60
      required: true
61

62
  - type: textarea
63
    attributes:
64
      label: Current Behavior
65
      description: A concise description of what you're experiencing.
66
      placeholder: |
67
        When I do <X>, <Y> happens and I see the error message attached below:
68
        ```...```
69
    validations:
70
      required: true
71

72
  - type: textarea
73
    attributes:
74
      label: Expected Behavior
75
      description: A concise description of what you expected to happen.
76
      placeholder: When I do <X>, <Z> should happen instead.
77
    validations:
78
      required: false
79

80
  - type: textarea
81
    attributes:
82
      label: Steps To Reproduce
83
      description: Steps to reproduce the behavior.
84
      placeholder: |
85
        1. Init environment ...
86
        2. Install CubeFS with version ...
87
        3. With those config ...
88
        4. Then run this '...'
89
        5. See error ...
90
      render: markdown
91
    validations:
92
      required: false
93

94
  - type: textarea
95
    attributes:
96
      label: CubeFS Log
97
      description: Detailed error log information is helpful for finding problems.
98
    validations:
99
      required: false
100

101
  - type: textarea
102
    attributes:
103
      label: Anything else? (Additional Context)
104
      description: |
105
        Links? References? Anything that will give us more context about the issue you are encountering!
106
    validations:
107
      required: false
108

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.