github.com/kubevela/workflow@v0.6.0/.github/PULL_REQUEST_TEMPLATE.md (about) 1 2 ### Description of your changes 3 4 <!-- 5 6 Briefly describe what this pull request does. We love pull requests that resolve an open KubeVela issue. If yours does, you 7 can uncomment the below line to indicate which issue your PR fixes, for example 8 "Fixes #500": 9 10 --> 11 12 Fixes # 13 14 I have: 15 16 - [ ] Read and followed KubeVela's [contribution process](https://github.com/kubevela/kubevela/blob/master/contribute/create-pull-request.md). 17 - [ ] [Related Docs](https://github.com/kubevela/kubevela.io) updated properly. In a new feature or configuration option, an update to the documentation is necessary. 18 - [ ] Run `make reviewable` to ensure this PR is ready for review. 19 - [ ] Added `backport release-x.y` labels to auto-backport this PR if necessary. 20 21 ### How has this code been tested 22 23 <!-- 24 Before reviewers can be confident in the correctness of this pull request, it 25 needs to tested and shown to be correct. Briefly describe the testing that has 26 already been done or which is planned for this change. 27 --> 28 29 30 ### Special notes for your reviewer 31 32 <!-- 33 34 Be sure to direct your reviewers' 35 attention to anything that needs special consideration. 36 37 -->