github.com/buildtool/build-tools@v0.2.29-0.20240322150259-6a1d0a553c23/CONTRIBUTING.md (about)

     1  # Contributing
     2  
     3  By participating to this project, you agree to abide our [code of
     4  conduct](/CODE_OF_CONDUCT.md).
     5  
     6  ## Setup your machine
     7  TODO
     8  
     9  ## Create a commit
    10  
    11  Commit messages should be well formatted, and to make that "standardized", we
    12  are using Conventional Commits.
    13  
    14  You can follow the documentation on
    15  [their website](https://www.conventionalcommits.org).
    16  
    17  ## Submit a pull request
    18  
    19  Push your branch to your `build-tools` fork and open a pull request against the
    20  main branch.