First, thank you for contributing to VRL! The goal of this document is to provide everything you need to get started.
- Ensure your change has an issue! Find an existing issue or open a new issue.
- fork the VRL repository in your own GitHub account (only applicable to outside contributors).
- Create a new Git branch.
- Make your changes.
- Add and/or update tests to cover your changes.
- Run
./scripts/checks.sh
to run tests and other checks. - Submit the branch as a pull request to the repo. A team member should comment and/or review your pull request.
- Add a changelog fragment (requires the PR number) to describe your changes which will be included in the release changelog. See the README.md for details.