go.ketch.com/lib/goja@v0.0.1/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  <!--- Provide a general summary of your changes in the Title above -->
     2  <!--- Code generated by shipbuilder init 1.21.2. DO NOT EDIT. -->
     3  
     4  ## Description of this change
     5  <!--- Describe your changes in detail -->
     6  <!--- Why is this change required? What problem does it solve? -->
     7  > Description here
     8  
     9  ## Why is this change being made?
    10  - [ ] Chore (non-functional changes)
    11  - [ ] Bug fix (non-breaking change that fixes an issue)
    12  - [ ] New feature (non-breaking change that adds functionality)
    13  - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
    14  
    15  ## How was this tested? How can the reviewer verify your testing?
    16  <!--- Please describe in detail how you tested your changes. -->
    17  <!--- Include details of your testing environment, and the tests you ran to -->
    18  <!--- see how your change affects other areas of the code, etc. -->
    19  
    20  ## Related issues
    21  <!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
    22  <!--- Please link to the issue here: -->
    23  
    24  ## Checklist
    25  <!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
    26  <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
    27  - [ ] I have added tests to cover my changes.
    28  - [ ] All new and existing tests passed.
    29  - [ ] I have evaluated the security impact of this change, and [OWASP Secure Coding Practices](https://owasp.org/www-project-secure-coding-practices-quick-reference-guide/migrated_content#) have been observed.
    30  - [ ] I have informed stakeholders of my changes.