diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..2f3eb9ee3 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,6 @@ + + +- [ ] I have added tests that cover my changes. +- [ ] If adding a new instrumentation or changing an existing one, I've added screenshots from some observability platform showing the change. +- [ ] PR name follows conventional commits format: `feat(instrumentation): ...` or `fix(instrumentation): ...`. +- [ ] (If applicable) I have updated the documentation accordingly.