asdf

Форк
0
/
bug_report.yaml 
55 строк · 1.4 Кб
1
name: Bug Report
2
description: Create a report to help us improve
3
title: "bug: "
4
labels: [bug]
5
body:
6
  - type: markdown
7
    attributes:
8
      value: |
9
        Thanks for taking the time to fill out this bug report!
10
  - type: textarea
11
    id: description
12
    attributes:
13
      label: Describe the Bug
14
      description: A clear and concise description of what the bug is.
15
    validations:
16
      required: true
17
  - type: textarea
18
    id: reproduction
19
    attributes:
20
      label: Steps to Reproduce
21
      description: Tell us what actions you performed before the issue occurred
22
      placeholder: |
23
        1. Go to '...'
24
        2. Click on '....'
25
        3. Scroll down to '....'
26
        4. See error
27
    validations:
28
      required: true
29
  - type: textarea
30
    id: expected
31
    attributes:
32
      label: Expected Behaviour
33
      description: Tell us what should have happened?
34
    validations:
35
      required: true
36
  - type: textarea
37
    id: actual
38
    attributes:
39
      label: Actual Behaviour
40
      description: Tell us what happened instead
41
    validations:
42
      required: true
43
  - type: textarea
44
    id: environment
45
    attributes:
46
      label: Environment
47
      description: Copy the output of `asdf info` here
48
      render: shell
49
    validations:
50
      required: true
51
  - type: textarea
52
    id: plugins
53
    attributes:
54
      label: asdf plugins affected (if relevant)
55
      description: The plugins you list here should appear in the list from `asdf info`
56

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

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

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

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