github.com/wit-ai/wit-go/v2@v2.0.2/CONTRIBUTING.md (about)

     1  # Contributing to wit-go
     2  
     3  We want to make contributing to this project as easy and transparent as
     4  possible.
     5  
     6  ## Pull Requests
     7  We actively welcome your pull requests.
     8  
     9  1. Fork the repo and create your branch from `master`.
    10  2. If you've added code that should be tested, add tests.
    11  3. If you've changed APIs, update the documentation.
    12  4. Ensure the test suite passes.
    13  5. If you haven't already, complete the Contributor License Agreement ("CLA").
    14  
    15  ## Contributor License Agreement ("CLA")
    16  
    17  In order to accept your pull request, we need you to submit a CLA. You only need
    18  to do this once to work on any of Facebook's open source projects.
    19  
    20  Complete your CLA here: <https://code.facebook.com/cla>
    21  
    22  ## Issues
    23  
    24  We use GitHub issues to track public bugs. Please ensure your description is
    25  clear and has sufficient instructions to be able to reproduce the issue.
    26  
    27  Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe
    28  disclosure of security bugs. In those cases, please go through the process
    29  outlined on that page and do not file a public issue.
    30  
    31  ## License
    32  
    33  By contributing to wit-go, you agree that your contributions will be licensed
    34  under the LICENSE file in the root directory of this source tree.