-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding adding the config from the Keycloak organization
Signed-off-by: Alexander Schwartz <[email protected]>
- Loading branch information
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Discussions | ||
url: https://github.com/keycloak/keycloak/discussions | ||
about: Propose new ideas, provide feedback, or ask for help here | ||
- name: User mailing list | ||
url: https://groups.google.com/forum/#!forum/keycloak-user | ||
about: Ask and answer questions here | ||
- name: Developer mailing list | ||
url: https://groups.google.com/forum/#!forum/keycloak-dev | ||
about: Propose new features and join in design discussions here |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
name: Enhancement Request | ||
description: Request an enhancement to an existing feature | ||
labels: ["kind/enhancement", "status/triage"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Describe the enhancement at a high-level. | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Discussion | ||
description: | | ||
If there has been a discussion around the enhancement, provide a link to the discussion. | ||
Please note that larger enhancements should be discussed through [GitHub Discussion](https://github.com/keycloak/keycloak/discussions/categories/ideas). | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Motivation | ||
description: Describe why the feature should be added. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Details | ||
description: More details? Implementation ideas? Anything that will give us more context about the enhancement you are proposing! | ||
validations: | ||
required: false |