summaryrefslogtreecommitdiff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000..5a41f31
--- /dev/null
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,30 @@
+# Changes
+
+Please provide a brief description of the changes here.
+
+## Merge Requirements
+
+For new features contributions, please make sure you have completed the following
+essential items:
+
+* [ ] `CHANGELOG.md` updated to document new feature additions
+* [ ] Appropriate documentation updates in the [docs][]
+* [ ] Appropriate Helm chart updates in the [helm-charts][]
+
+<!--
+A Pull Request that modifies instrumentation code will likely require an
+update in docs. Please make sure to update the opentelemetry.io repo with any
+docs changes.
+
+A Pull Request that modifies docker-compose.yaml, otelcol-config.yaml, or
+Grafana dashboards will likely require an update to the Demo Helm chart.
+Other changes affecting how a service is deployed will also likely require an
+update to the Demo Helm chart.
+-->
+
+Maintainers will not merge until the above have been completed. If you're unsure
+which docs need to be changed ping the
+[@open-telemetry/demo-approvers](https://github.com/orgs/open-telemetry/teams/demo-approvers).
+
+[docs]: https://opentelemetry.io/docs/demo/
+[helm-charts]: https://github.com/open-telemetry/opentelemetry-helm-charts