Filing issues
- Report bugs and feature requests as GitHub issues.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
- Contribute with pull requests. If you have a suggested change, open a Pull Request with your proposed patch.
- All commits must be signed off to adhere to the Developer Certificate of Origin (DCO). 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 withgit 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
.
- If you forgot to sign off on any commits in a Pull Request, you can amend the offending commit with
- 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.