github.com/segmentio/parquet-go@v0.0.0-20230712180008-5d42db8f0d47/CONTRIBUTING.md (about)

     1  # Contributing to segmentio/parquet
     2  
     3  ## Code of Conduct
     4  
     5  Help us keep the project open and inclusive. Please be kind to and
     6  considerate of other developers, as we all have the same goal: make
     7  the project as good as it can be.
     8  
     9  * [Code of Conduct](./CODE_OF_CONDUCT.md)
    10  
    11  ## Licensing
    12  
    13  All third party contributors acknowledge that any contributions they provide
    14  will be made under the same open source license that the open source project
    15  is provided under.
    16  
    17  ## Contributing
    18  
    19  * Open an Issue to report bugs or discuss non-trivial changes.
    20  * Open a Pull Request to submit a code change for review.
    21  
    22  ### Coding Rules
    23  
    24  To ensure consistency throughout the source code, keep these rules in mind
    25  when submitting contributions:
    26  
    27  * All features or bug fixes must be tested by one or more tests.
    28  * All exported types, functions, and symbols must be documented.
    29  * All code must be formatted with `go fmt`.