Skip to content

Commit 5b87e2b

Browse files
authored
[chore] add helm chart update task to PR template (#855)
* add helm chart update task Signed-off-by: Pierre Tessier <pierre@pierretessier.com> * fix link reference Signed-off-by: Pierre Tessier <pierre@pierretessier.com> --------- Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
1 parent 471204e commit 5b87e2b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,22 @@ essential items:
99

1010
* [ ] `CHANGELOG.md` updated to document new feature additions
1111
* [ ] Appropriate documentation updates in the [docs][]
12+
* [ ] Appropriate Helm chart updates in the [helm-charts][]
13+
14+
<!--
15+
A Pull Request that modifies instrumentation code will likely require an
16+
update in docs. Please make sure to update the opentelemetry.io repo with any
17+
docs changes.
18+
19+
A Pull Request that modifies docker-compose.yaml, otelcol-config.yaml, or
20+
Grafana dashboards, will likely require an update to the Demo Helm chart.
21+
Other changes affecting how a service is deployed will also likely require an
22+
update to the Demo Helm chart.
23+
-->
1224

1325
Maintainers will not merge until the above have been completed. If you're unsure
1426
which docs need to be changed ping the
1527
[@open-telemetry/demo-approvers](https://github.com/orgs/open-telemetry/teams/demo-approvers).
1628

1729
[docs]: https://opentelemetry.io/docs/demo/
30+
[helm-charts]: https://github.com/open-telemetry/opentelemetry-helm-charts

0 commit comments

Comments
 (0)