-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
121 additions
and
53 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,55 @@ | ||
name: 🐞 Bug | ||
description: Something is not working as indended. | ||
labels: [bug] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: A concise description of what you're experiencing. | ||
placeholder: | | ||
When I do <X>, <Y> happens and I see the error message attached below: | ||
```...``` | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A concise description of what you expected to happen. | ||
placeholder: When I do <X>, <Z> should happen instead. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
render: markdown | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
examples: | ||
- **Keycloak Version**: 10.0.1 | ||
- **keycloak-config-cli Version**: 1.4.0 | ||
- **Java Version**: 11 | ||
value: | | ||
- Keycloak Version: [e.g. 10.0.1] | ||
- keycloak-config-cli Version: [e.g. 1.4.0] | ||
- Java Version: [e.g. 11] | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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,55 @@ | ||
name: ✨ Enhancement / Feature / Task | ||
description: Some feature is missing or incomplete. | ||
labels: [enhancement] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Problem Statement | ||
description: Without specifying a solution, describe what the project is missing today. | ||
placeholder: | | ||
The rotating project logo has a fixed size and color. | ||
There is no way to make it larger and more shiny. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Proposed Solution | ||
description: Describe the proposed solution to the problem above. | ||
placeholder: | | ||
- Implement 2 new flags CLI: ```--logo-color=FFD700``` and ```--logo-size=100``` | ||
- Let these flags control the size of the rotating project logo. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
examples: | ||
- **Keycloak Version**: 10.0.1 | ||
- **keycloak-config-cli Version**: 1.4.0 | ||
- **Java Version**: 11 | ||
value: | | ||
- Keycloak Version: [e.g. 10.0.1] | ||
- keycloak-config-cli Version: [e.g. 1.4.0] | ||
- Java Version: [e.g. 11] | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
placeholder: | | ||
We considered adjusting the logo size to the phase of the moon, but there was no | ||
reliable data source in air-gapped environments. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Acceptance Criteria | ||
placeholder: | | ||
- [ ] As a user, I can control the size of the rotating logo using a CLI flag. | ||
- [ ] As a user, I can control the color of the rotating logo using a CLI flag. | ||
- [ ] Defaults are reasonably set. | ||
- [ ] New settings are appropriately documented. | ||
- [ ] No breaking change for current users of the rotating logo feature. | ||
validations: | ||
required: false |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
**What this PR does / why we need it**: | ||
|
||
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # | ||
|
||
**Special notes for your reviewer**: | ||
|
||
**PR Readiness Checklist**: | ||
|
||
Complete these before marking the PR as `ready to review`: | ||
|
||
- [ ] the `CHANGELOG.md` release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR |