Skip to content

Commit

Permalink
improve github templates (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <[email protected]>
  • Loading branch information
thesuperzapper authored Jun 25, 2021
1 parent 2a401b1 commit 053cd82
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
20 changes: 17 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ assignees: ''

**What is the bug?**

A clear description of the bug.
[[A clear description of the bug]]


**What are your Helm values?**
**What version of the chart are you using?**:

Any relevant parts of your `custom_values.yaml`
I am using version `X.X.X`


**What is your Kubernetes Version?**:
Expand All @@ -33,3 +33,17 @@ please put the output here
$ helm version
please put the output here
```


**Please copy your custom Helm values file:**

```yaml
airflow:
...

scheduler:
...

webserver:
...
```
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ assignees: ''

**What is your feature request?**

A clear description of what you want.
[[A clear description of what you want]]


**What alternatives have you considered?**

Any alternatives you've considered.
[[Any alternatives you've considered]]
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ assignees: ''

**What is your question?**

A clear description of your question.
[[A clear description of your question]]

0 comments on commit 053cd82

Please sign in to comment.