github.com/iotexproject/iotex-core@v1.14.1-rc1/.github/PULL_REQUEST_TEMPLATE.md (about) 1 # Description 2 Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. 3 4 Fixes #(issue) 5 6 ## Type of change 7 Please delete options that are not relevant. 8 - [] Bug fix (non-breaking change which fixes an issue) 9 - [] New feature (non-breaking change which adds functionality) 10 - [] Code refactor or improvement 11 - [] Breaking change (fix or feature that would cause a new or changed behavior of existing functionality) 12 - [] This change requires a documentation update 13 14 # How Has This Been Tested? 15 Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration 16 - [] make test 17 - [] fullsync 18 - [] Other test (please specify) 19 20 **Test Configuration**: 21 - Firmware version: 22 - Hardware: 23 - Toolchain: 24 - SDK: 25 26 # Checklist: 27 - [] My code follows the style guidelines of this project 28 - [] I have performed a self-review of my code 29 - [] I have commented my code, particularly in hard-to-understand areas 30 - [] I have made corresponding changes to the documentation 31 - [] My changes generate no new warnings 32 - [] I have added tests that prove my fix is effective or that my feature works 33 - [] New and existing unit tests pass locally with my changes 34 - [] Any dependent changes have been merged and published in downstream modules