We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273392c commit f8972abCopy full SHA for f8972ab
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,14 @@
1
+## Changes
2
+<!-- Summary of your changes that are easy to understand -->
3
+
4
+## Tests
5
+<!--
6
+How is this tested? Please see the checklist below and also describe any other relevant tests
7
+-->
8
9
+- [ ] `make test` run locally
10
+- [ ] relevant change in `docs/` folder
11
+- [ ] covered with integration tests in `internal/acceptance`
12
+- [ ] relevant acceptance tests are passing
13
+- [ ] using Go SDK
14
0 commit comments