diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6ca70900c442..e07be892c1cd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,11 +7,17 @@ assignees: '' --- - **Describe the bug** @@ -19,8 +25,22 @@ A clear and concise description of what the bug is. **Version of Helm and Kubernetes**: +Helm Version: + +```console +$ helm version +please put the output of it here +``` + +Kubernetes Version: + +```console +$ kubectl version +please put the output of it here +``` **Which chart**: +**Which version of the chart**: **What happened**: @@ -31,5 +51,20 @@ A clear and concise description of what the bug is. **How to reproduce it** (as minimally and precisely as possible): +<~-- +This could be something like: + +values.yaml (only put values which differ from the defaults) + +``` +key: value +``` + +``` +helm install my-release prometheus-community/name-of-chart --version version --values values.yaml +``` + +--> + **Anything else we need to know**: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 01ae8cf6376c..86a820c7b706 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,11 +7,17 @@ assignees: '' --- - **Is your feature request related to a problem? Please describe.** @@ -24,4 +30,4 @@ A clear and concise description of what you want to happen. A clear and concise description of any alternative solutions or features you've considered. **Additional context** -Add any other context or screenshots about the feature request here. \ No newline at end of file +Add any other context or screenshots about the feature request here. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index faf686636e31..572496cc7a55 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,6 @@ -#### Is this a new chart - #### What this PR does / why we need it: #### Which issue this PR fixes @@ -28,7 +34,7 @@ Please make sure you test your changes before you push them. Once pushed, GitHub #### Special notes for your reviewer: #### Checklist -[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] + - [ ] [DCO](https://github.com/prometheus-community/helm-charts/blob/main/CONTRIBUTING.md#sign-off-your-work) signed - [ ] Chart Version bumped -- [ ] Title of the PR starts with chart name (e.g. `[prometheus-couchdb-exporter]`) \ No newline at end of file +- [ ] Title of the PR starts with chart name (e.g. `[prometheus-couchdb-exporter]`)