Keycloak
111 строк · 3.2 Кб
1name: Bug Report2description: Report a non-security sensitive bug in Keycloak3labels: ["kind/bug", "status/triage"]4body:5- type: checkboxes6attributes:7label: Before reporting an issue8description: |9Please search to see if the issue is already reported, and try to reproduce the issue on the latest release.
10
11Any 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. ⚠️**14options: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.16required: true17- type: dropdown18id: area19attributes:20label: Area21description: Affected area22options:23-24- account/api25- account/ui26- adapter/fuse27- adapter/java-cli28- adapter/javascript29- adapter/jee30- adapter/jee-saml31- adapter/spring32- admin/api33- admin/cli34- admin/fine-grained-permissions35- admin/ui36- admin/client-java37- admin/client-js38- authentication39- authentication/webauthn40- authorization-services41- ci42- core43- dependencies44- dist/quarkus45- docs46- identity-brokering47- import-export48- infinispan49- ldap50- login/ui51- oidc52- oid4vc53- operator54- saml55- storage56- testsuite57- token-exchange58- translations59- user-profile60- welcome/ui61validations:62required: true63- type: textarea64id: description65attributes:66label: Describe the bug67description: Provide a clear and concise description of what the problem is.68validations:69required: true70- type: input71id: version72attributes:73label: Version74description: What version of Keycloak are you running?75validations:76required: true77- type: checkboxes78id: regression79attributes:80label: Regression81description: Was the issue introduced only after upgrading Keycloak, and it worked as expected in the past?82options:83- label: The issue is a regression84- type: textarea85id: behaviorExpected86attributes:87label: Expected behavior88description: Describe the expected behavior clearly and concisely.89validations:90required: true91- type: textarea92id: behaviorActual93attributes:94label: Actual behavior95description: Describe the actual behavior clearly and concisely.96validations:97required: true98- type: textarea99id: reproducer100attributes:101label: How to Reproduce?102description: Provide clear and concise steps to reproduce the problem.103validations:104required: true105- type: textarea106id: other107attributes:108label: Anything else?109description: Links? References? Anything that will give us more context about the issue you are encountering!110validations:111required: false112