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.
- 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.
- fork the Vector 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.
- Add a one line summary of changes to the "unreleased" section of
CHANGELOG.md
. - Submit the branch as a pull request to the repo. A team member should comment and/or review your pull request.