...

Text file src/github.com/okta/okta-sdk-golang/v2/.github/pull_request_template.md

Documentation: github.com/okta/okta-sdk-golang/v2/.github

     1<!--
     2Thank you for submitting a pull request! A few things to know first:
     3
     4- For us to be able to merge your PR, you must first fill out a CLA. Information on our CLA process can be found at https://developer.okta.com/cla
     5- For faster reviews and merging, please fill out all sections of this template completely
     6- Your title should be concise and explain what the PR does
     7- Follow the single responsibility principal with your PR. This PR should adjust a single set of changes. If it is larger than that, please submit multiple PR's
     8- Please use this template for your PR, so we can understand the purpose. PR's that do not use this template will be closed
     9-->
    10
    11## Summary
    12<!-- Be concise with your summery, but explain what changed -->
    13
    14<!-- Include the below line. If there is no issue associated with this PR, please use N/A -->
    15Fixes #
    16
    17## Type of PR
    18<!-- Multiple selections are ok -->
    19- [ ] Bug Fix (non-breaking fixes to existing functionality)
    20- [ ] New Feature (non-breaking changes that add new functionality)
    21- [ ] Documentation update
    22- [ ] Test Updates
    23- [ ] Other (Please describe the type)
    24
    25## Test Information
    26<!-- Please fill out all information -->
    27- [ ] My PR required test updates <!-- If you can honestly answer no to this, you may skip this section -->
    28
    29Go Version:
    30Os Version:
    31OpenAPI Spec Version:
    32
    33
    34## Signoff
    35- [ ] I have submitted a CLA for this PR
    36- [ ] Each commit message explains what the commit does
    37- [ ] I have updated documentation to explain what my PR does
    38- [ ] My code is covered by tests if required
    39- [ ] I ran `make fmt` on my code
    40- [ ] I did not edit any automatically generated files

View as plain text