github.com/pinpoint-apm/pinpoint-go-agent@v1.4.1-0.20240110120318-a50c2eb18c8c/CONTRIBUTING.md (about)

     1  Thank you very much for choosing to share your contribution with us. 
     2  To contribute, fork this repository, commit your changes, and send a Pull Request.
     3  
     4  ## Pull Requests
     5  Please keep these in mind before you create a pull request:
     6  * Before submitting your code, make sure any changes introduced by your code does not break the build, or any tests.
     7  * Clean up your commit log into logical chunks of work to make it easier for us to figure out what and why you've changed something. (`git rebase -i` helps)
     8  * Please try best to keep your code updated against the master branch before creating a pull request.
     9  * Make sure you create the pull request against our master branch.
    10  
    11  ## Contributor License Agreement
    12  Please make sure you've signed the [Contributor License Agreement](https://docs.google.com/forms/d/e/1FAIpQLSfNuUx0lkiapWF8LE0xQSVL-ZNheuy2LEIixyqCj9y5GsSzVQ/viewform?c=0&w=1) before contributing your code.
    13  This isn't a copyright - it gives us (Naver) permission to use and redistribute your code as part of the project.