Skip to content

Commit 3602a98

Browse files
committed
Add dropdown component to bug report template for selecting affected components, update title format in template request, and correct typographical errors in pull request template.
1 parent 611ffa4 commit 3602a98

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ body:
99
## Please read before submitting a bug report
1010
Thanks for taking the time to fill out this bug report. Your feedback helps us improve Kubero.
1111
Before you submit, please make sure you have read our [Troubleshooting](https://docs.kubero.dev/Installation/troubleshooting) guide.
12+
- type: dropdown
13+
id: component
14+
attributes:
15+
label: Which component(s) is affected?
16+
multiple: true
17+
options:
18+
- Kubero UI
19+
- Kubero CLI
20+
- Operator
21+
- Documentation
1222
- type: textarea
1323
id: description
1424
attributes:

.github/ISSUE_TEMPLATE/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Template
22
description: Sugest or request a new template
3-
title: "Add template for "
3+
title: "Add template for <name>"
44
labels: ["template"]
55
body:
66
- type: input

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Description
22

3-
> Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
3+
> Please include a **summary** of the changes and the related issue. Please also include relevant **motivation** and context. List any **dependencies** that are required for this change.
44
55
Fixes # (issue)
66

@@ -18,7 +18,7 @@ Fixes # (issue)
1818

1919
> Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
2020
21-
- [ ] I've build the image and tested it on a kubernetes cluster
21+
- [ ] I've built the image and tested it on a kubernetes cluster
2222

2323
**Test Configuration**:
2424

0 commit comments

Comments
 (0)