Skip to content

Commit

Permalink
feature: adding and fixing templates for issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dariuszbolkowski committed Dec 12, 2023
1 parent 6bc6e66 commit a7ea6fe
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 50 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

57 changes: 57 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
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.
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
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
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_reques.md

This file was deleted.

33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
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?

0 comments on commit a7ea6fe

Please sign in to comment.