Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.37 KB

CONTRIBUTING.md

File metadata and controls

25 lines (21 loc) · 1.37 KB

Contributing

First, thank you for contributing to VRL! The goal of this document is to provide everything you need to get started.

Steps

  1. Ensure your change has an issue! Find an existing issue or open a new issue.
  2. fork the VRL repository in your own GitHub account (only applicable to outside contributors).
  3. Create a new Git branch.
  4. Make your changes.
  5. Add and/or update tests to cover your changes.
  6. Run ./scripts/checks.sh to run tests and other checks.
  7. Submit the branch as a pull request to the repo. A team member should comment and/or review your pull request.
  8. 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.