-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
as we rely on structured commit messages for release notes, commitlint will validate the commit messages.
- Loading branch information
1 parent
c7d06c8
commit a35bf35
Showing
6 changed files
with
69 additions
and
5 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,48 @@ | ||
name: Bug Report | ||
description: Report a bug encountered while using garm operator | ||
body: | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: What steps did you take and what happened? | ||
description: | | ||
Please provide as much info as possible about the problem. | ||
placeholder: "A clear and concise description on how to REPRODUCE the bug." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected | ||
attributes: | ||
label: What did you expect to happen? | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: garmVersion | ||
attributes: | ||
label: garm version | ||
placeholder: "The version of garm used in your environment" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: garmOperatorVersion | ||
attributes: | ||
label: garm-operator version | ||
placeholder: "The version of garm-operator used in your environment." | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: kubeVersion | ||
attributes: | ||
label: Kubernetes version | ||
placeholder: "$kubectl version" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: additional | ||
attributes: | ||
label: Anything else you would like to add? |
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
Validating CODEOWNERS rules …
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,2 @@ | ||
# SPDX-License-Identifier: MIT | ||
* @bavarianbidi @maigl |
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 |
---|---|---|
|
@@ -8,3 +8,4 @@ | |
| Mario Constanti | <[email protected]> | [bavarianbidi](https://github.com/bavarianbidi) | Mercedes-Benz Tech Innovation GmbH, [imprint](https://github.com/mercedes-benz/foss/blob/master/PROVIDER_INFORMATION.md) | 2023-07-27 | | ||
| Michael Kuhnt | <[email protected]> | [maigl](https://github.com/maigl) | Mercedes-Benz Tech Innovation GmbH, [imprint](https://github.com/mercedes-benz/foss/blob/master/PROVIDER_INFORMATION.md) | 2023-07-27 | | ||
|
||
> Please note to also update the [`CODEOWNERS`](CODEOWNERS) file. |
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
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