Skip to content

Commit

Permalink
chore: update github templates
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <[email protected]>
  • Loading branch information
thesuperzapper committed Jan 11, 2022
1 parent 5c2ac6a commit f0c64af
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,40 +13,49 @@ assignees: ''
The bug is...


## What version of the chart are you using?
## What version of the chart?

I am using version `X.X.X` of this chart.


## What version of Kubernetes are you using?
## What version of Kubernetes?

```console
######## PASTE `kubectl version` BELOW ########

# output of `kubectl version` command
Client Version: ...
Server Version: ...
######## PASTE `kubectl version` ABOVE ########

```


## What version of Helm are you using?
## What version of Helm?

```console
######## PASTE `helm version` BELOW ########

# output of `helm version` command
version.BuildInfo{....
######## PASTE `helm version` ABOVE ########

```


## What are your custom helm values?
## Any non-default Helm values?

<details>
<summary>click to expand</summary>

```yaml
######## PASTE values.yaml BELOW ########
airflow:
## PASTE BELOW THIS LINE
## --------------------------------------------------

## non-default helm values (in YAML format)
airflow:
...
workers:
...
######## PASTE values.yaml ABOVE ########

## --------------------------------------------------
## PASTE ABOVE THIS LINE
```

</details>
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ assignees: ''

<!-- ⚠️ BEFORE you submit an issue, please check if a similar issue already exists -->


## What is your feature request?

I would like the chart to...


## What alternatives have you considered?
## Have you considered any alternatives?

Alternatively the chart could...
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ assignees: ''

<!-- ⚠️ BEFORE you submit an issue, please check if a similar issue already exists -->


## What is your question?

I would like to know...
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/04_documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Documentation
about: Raise an issue that only relates to documentation.
title: ''
labels: 'documentation'
assignees: ''
---

<!-- ⚠️ BEFORE you submit an issue, please check if a similar issue already exists -->

## What is your documentation issue?

The documentation should...

0 comments on commit f0c64af

Please sign in to comment.