github.com/redhat-appstudio/e2e-tests@v0.0.0-20230619105049-9a422b2094d7/.github/pull_request_template.md (about) 1 # Description 2 3 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. 4 5 ## Issue ticket number and link 6 7 ## Type of change 8 9 - [ ] Bug fix (non-breaking change which fixes an issue) 10 - [ ] New feature (non-breaking change which adds functionality) 11 - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) 12 - [ ] This change requires a documentation update 13 14 # How Has This Been Tested? 15 16 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 17 18 # Checklist: 19 20 - [ ] I have performed a self-review of my code 21 - [ ] I have commented my code, particularly in hard-to-understand areas 22 - [ ] I have made corresponding changes to the documentation 23 - [ ] I have added meaningful description with JIRA/GitHub issue key(if applicable), for example HASSuiteDescribe("STONE-123456789 devfile source") 24 - [ ] I have updated labels (if needed)