Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.88 KB

CONTRIBUTING.md

File metadata and controls

27 lines (22 loc) · 1.88 KB

How to contribute to tf.libsonnet

Filing issues

  • Report bugs and feature requests on the libgenerator repository as GitHub issues. This is an autogenerated library, which means that any bugs and feature requests need to be reported on the libgenerator project which is responsible for generating this repository. If you found an issue, you can open a new issue from this link.
  • Do not open a GitHub issue if you are reporting a security vulnerability with the tf.libsonnet project. Instead, refer to our security policy.

Contributing a change

  • This is an autogenerated library. This means that all contributions will not be merged until the changes can be autogenerated from the generator. You may still open a Pull Request with a suggested change, especially if it helps augment an issue description by providing an example of what should be generated.
  • All commits must be signed off to adhere to the Developer Certificate of Origin (DCO). If you are contributing a change to libgenerator, note that the tf.libsonnet org requires all contributors to sign off on the DCO. You can do this with the -s flag when making commits with git commit.
    • If you forgot to sign off on any commits in a Pull Request, you can amend the offending commit with git commit -s --amend.
  • All commits must be signed. The tf.libsonnet org requires all contributors to sign their commits. If you do not wish to maintain a set of private keys on your account, you can also use the sigstore/gitsign project for keyless signing with your GitHub account.