github.com/crossplane/upjet@v1.3.0/.github/PULL_REQUEST_TEMPLATE.md (about) 1 <!-- 2 Thank you for helping to improve Upjet! 3 4 Please read through Upjet's contribution process if this is your first time 5 opening an Upjet pull request. Find us in 6 https://crossplane.slack.com/archives/C05T19TB729 if you need any help 7 contributing. 8 --> 9 10 ### Description of your changes 11 12 <!-- 13 Briefly describe what this pull request does. Be sure to direct your 14 reviewers' attention to anything that needs special consideration. 15 16 We love pull requests that resolve an open Upjet issue. If yours does, you 17 can uncomment the below line to indicate which issue your PR fixes, for example 18 "Fixes #500": 19 --> 20 21 Fixes # 22 23 I have: 24 25 - [ ] Read and followed Upjet's [contribution process]. 26 - [ ] Run `make reviewable` to ensure this PR is ready for review. 27 - [ ] Added `backport release-x.y` labels to auto-backport this PR if necessary. 28 29 ### How has this code been tested 30 31 <!-- 32 Before reviewers can be confident in the correctness of this pull request, it 33 needs to tested and shown to be correct. Briefly describe the testing that has 34 already been done or which is planned for this change. 35 --> 36 37 [contribution process]: https://github.com/crossplane/upjet/blob/master/CONTRIBUTING.md