Keycloak

Форк
0
111 строк · 3.2 Кб
1
name: Bug Report
2
description: Report a non-security sensitive bug in Keycloak
3
labels: ["kind/bug", "status/triage"]
4
body:
5
  - type: checkboxes
6
    attributes:
7
      label: Before reporting an issue
8
      description: |
9
        Please search to see if the issue is already reported, and try to reproduce the issue on the latest release.
10

11
        Any reported issues must be reproducible in the [latest](https://github.com/keycloak/keycloak/releases/latest) or [nightly](https://github.com/keycloak/keycloak/releases/nightly) version of Keycloak.
12

13
        **⚠️ Failing to follow these guidelines may result in your issue being closed without action. ⚠️**
14
      options:
15
        - label: I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
16
          required: true
17
  - type: dropdown
18
    id: area
19
    attributes:
20
      label: Area
21
      description: Affected area
22
      options:
23
        - 
24
        - account/api
25
        - account/ui
26
        - adapter/fuse
27
        - adapter/java-cli
28
        - adapter/javascript
29
        - adapter/jee
30
        - adapter/jee-saml
31
        - adapter/spring
32
        - admin/api
33
        - admin/cli
34
        - admin/fine-grained-permissions
35
        - admin/ui
36
        - admin/client-java
37
        - admin/client-js
38
        - authentication
39
        - authentication/webauthn
40
        - authorization-services
41
        - ci
42
        - core
43
        - dependencies
44
        - dist/quarkus
45
        - docs
46
        - identity-brokering
47
        - import-export
48
        - infinispan
49
        - ldap
50
        - login/ui
51
        - oidc
52
        - oid4vc
53
        - operator
54
        - saml
55
        - storage
56
        - testsuite
57
        - token-exchange
58
        - translations
59
        - user-profile
60
        - welcome/ui
61
    validations:
62
      required: true
63
  - type: textarea
64
    id: description
65
    attributes:
66
      label: Describe the bug
67
      description: Provide a clear and concise description of what the problem is.
68
    validations:
69
      required: true
70
  - type: input
71
    id: version
72
    attributes:
73
      label: Version
74
      description: What version of Keycloak are you running?
75
    validations:
76
      required: true
77
  - type: checkboxes
78
    id: regression
79
    attributes:
80
      label: Regression
81
      description: Was the issue introduced only after upgrading Keycloak, and it worked as expected in the past?
82
      options:
83
        - label: The issue is a regression
84
  - type: textarea
85
    id: behaviorExpected
86
    attributes:
87
      label: Expected behavior
88
      description: Describe the expected behavior clearly and concisely.
89
    validations:
90
      required: true
91
  - type: textarea
92
    id: behaviorActual
93
    attributes:
94
      label: Actual behavior
95
      description: Describe the actual behavior clearly and concisely.
96
    validations:
97
      required: true
98
  - type: textarea
99
    id: reproducer
100
    attributes:
101
      label: How to Reproduce?
102
      description: Provide clear and concise steps to reproduce the problem.
103
    validations:
104
      required: true
105
  - type: textarea
106
    id: other
107
    attributes:
108
      label: Anything else?
109
      description: Links? References? Anything that will give us more context about the issue you are encountering!
110
    validations:
111
      required: false
112

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

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

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

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