diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9a5a0f27..85730208 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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?**: @@ -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: + ... +``` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index f7175ac0..bbf2ea4f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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]] diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 7f11d69f..681befe9 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -11,4 +11,4 @@ assignees: '' **What is your question?** -A clear description of your question. \ No newline at end of file +[[A clear description of your question]] \ No newline at end of file