wg-rest-api

Форк
0
41 строка · 1.2 Кб
1
name: Bug Report
2
description: File a bug report.
3
title: "[Bug]: "
4
labels: ["bug", "triage"]
5
assignees:
6
  - leonovk
7
body:
8
  - type: markdown
9
    attributes:
10
      value: |
11
        Thanks for taking the time to fill out this bug report!
12
  - type: textarea
13
    id: what-happened
14
    attributes:
15
      label: What happened?
16
      description: Also tell us, what did you expect to happen?
17
      placeholder: Tell us what you see!
18
      value: "A bug happened!"
19
    validations:
20
      required: true
21
  - type: input
22
    id: version
23
    attributes:
24
      label: Version
25
      description: What version of our software are you running?
26
    validations:
27
      required: true
28
  - type: textarea
29
    id: logs
30
    attributes:
31
      label: Relevant log output
32
      description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
33
      render: shell
34
  - type: checkboxes
35
    id: terms
36
    attributes:
37
      label: Code of Conduct
38
      description: By submitting this issue, you agree to follow our [Code of Conduct](https://example.com). 
39
      options:
40
        - label: I agree to follow this project's Code of Conduct
41
          required: true
42

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

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

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

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