-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: adding and fixing templates for issue
- Loading branch information
1 parent
6bc6e66
commit a7ea6fe
Showing
5 changed files
with
94 additions
and
50 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,57 @@ | ||
# Copyright VMware, Inc. | ||
# SPDX-License-Identifier: APACHE-2.0 | ||
|
||
name: 🐞 Bug | ||
description: Create a report to help us improve | ||
labels: ["tech-issues"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for reporting an issue. Before you open the bug report please review our README guide: | ||
- [README](https://github.com/linuxpolska/ezd-rp/blob/main/README.md) | ||
Please fill in as much of the following form as you're able. | ||
- type: input | ||
attributes: | ||
label: Name and Version | ||
description: Name and version of the affected chart | ||
placeholder: 'for examlple: linuxpolska/ezd-crd 1.0.0' | ||
validations: | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: What architecture are you using? | ||
description: Choose the architecture of the host where the containers are executed | ||
options: | ||
- amd64 | ||
- arm64 | ||
- type: textarea | ||
attributes: | ||
label: What steps will reproduce the bug? | ||
description: Enter details about your bug. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Are you using any custom parameters or values? | ||
description: Add any parameter used via `--set` or as a `values.yaml` customization. | ||
- type: textarea | ||
attributes: | ||
label: What is the expected behavior? | ||
description: If possible please provide textual output instead of screenshots. | ||
- type: textarea | ||
attributes: | ||
label: What do you see instead? | ||
description: If possible please provide textual output instead of screenshots. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional information | ||
description: Tell us anything else you think we should know. |
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,4 @@ | ||
# Copyright VMware, Inc. | ||
# SPDX-License-Identifier: APACHE-2.0 | ||
|
||
blank_issues_enabled: 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,33 @@ | ||
# Copyright VMware, Inc. | ||
# SPDX-License-Identifier: APACHE-2.0 | ||
|
||
name: "\U0001F680 Feature request" | ||
description: Suggest an idea for this project | ||
labels: ["feature-request"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for suggesting an idea to improve Linux Polska Helm charts. | ||
Please fill in as much of the following form as you're able. | ||
- type: input | ||
attributes: | ||
label: Name and Version | ||
description: Name and version of the affected chart | ||
placeholder: 'for example: linuxpolska/ezd-crd 1.0.0' | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What is the problem this feature will solve? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What is the feature you are proposing to solve the problem? | ||
description: Describe the requests. If you already have something in mind... PRs are welcome! | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What alternatives have you considered? |