Skip to content

Commit f8972ab

Browse files
authored
Added PR Template (#2148)
* add PR template * - * checklist * - * -
1 parent 273392c commit f8972ab

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)