Skip to content

Commit 053cd82

Browse files
improve github templates (#238)
Signed-off-by: Mathew Wicks <[email protected]>
1 parent 2a401b1 commit 053cd82

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ assignees: ''
1111

1212
**What is the bug?**
1313

14-
A clear description of the bug.
14+
[[A clear description of the bug]]
1515

1616

17-
**What are your Helm values?**
17+
**What version of the chart are you using?**:
1818

19-
Any relevant parts of your `custom_values.yaml`
19+
I am using version `X.X.X`
2020

2121

2222
**What is your Kubernetes Version?**:
@@ -33,3 +33,17 @@ please put the output here
3333
$ helm version
3434
please put the output here
3535
```
36+
37+
38+
**Please copy your custom Helm values file:**
39+
40+
```yaml
41+
airflow:
42+
...
43+
44+
scheduler:
45+
...
46+
47+
webserver:
48+
...
49+
```

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ assignees: ''
1111

1212
**What is your feature request?**
1313

14-
A clear description of what you want.
14+
[[A clear description of what you want]]
1515

1616

1717
**What alternatives have you considered?**
1818

19-
Any alternatives you've considered.
19+
[[Any alternatives you've considered]]

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ assignees: ''
1111

1212
**What is your question?**
1313

14-
A clear description of your question.
14+
[[A clear description of your question]]

0 commit comments

Comments
 (0)