test

Форк
0
Форк от lirfrnk/test
/
bug_report.yml 
64 строки · 1.7 Кб
1
name: Bug report
2
description: Create a report to help us improve. Report bugs found while using the project
3
title: "[BUG]"
4
labels: [bug]
5
body:
6
  - type: markdown
7
    attributes:
8
      value: "Provide a general summary of the issue in the Title above"
9
  - type: textarea
10
    id: description
11
    attributes:
12
      label: Description
13
      description: Provide a general summary of the issue in the Title above
14
    validations:
15
      required: true
16
  - type: input
17
    id: expectedbhv
18
    attributes:
19
      label: Expected behavior
20
      description: Tell us what should happen
21
    validations:
22
      required: true
23
  - type: input
24
    id: actualbhv
25
    attributes:
26
      label: Actual behavior
27
      description: Tell us what happens instead
28
    validations:
29
      required: true
30
  - type: input
31
    id: possiblefix
32
    attributes:
33
      label: Possible fix
34
      description: Not obligatory, but suggest a fix or reason for the bug
35
    validations:
36
      required: false
37
  - type: textarea
38
    id: steps
39
    attributes:
40
      label: Steps to reproduce
41
      description: |
42
         Provide a link to a live example, or an unambiguous set of steps to
43
         reproduce this bug. Include code to reproduce, if relevant
44
      placeholder: |
45
        1.
46
        2.
47
        3.
48
        4.
49
    validations:
50
      required: true
51
  - type: textarea
52
    id: context
53
    attributes:
54
      label: Context
55
      description: How has this bug affected you? What were you trying to accomplish?
56
    validations:
57
      required: true
58
  - type: textarea
59
    id: extrainformation
60
    attributes:
61
      label: Additional information
62
      description: Is there anything else we should know about this bug?
63
    validations:
64
      required: false
65

66

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

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

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

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