Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.52 KB

CONTRIBUTING.md

File metadata and controls

27 lines (23 loc) · 1.52 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.
  • This is where you can get a feel if the change will be accepted or not. Changes that are questionable will have a needs: approval label.
  1. fork the Vector repository in your own GitHub account (only applicable to outside contributors).
  2. Create a new Git branch.
  3. Make your changes.
  4. Add and/or update tests to cover your changes.
  5. Run ./scripts/checks.sh to run tests and other checks.
  6. Submit the branch as a pull request to the repo. A team member should comment and/or review your pull request.
  7. 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.