Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 1.01 KB

CONTRIBUTING.md

File metadata and controls

39 lines (21 loc) · 1.01 KB

Contributing

We love pull requests from everyone. Instructions:

Fork, then clone the repo:

git clone git@github.com:your-username/bazel-deps.git

Make sure the tests pass:

bazel test //...

Make your change. Add tests for your change. Make the tests pass:

bazel test //...

If your change affects the generated workspace.bzl, regenerate it:

bazel run //:parse -- generate -r $PWD \
    -s 3rdparty/workspace.bzl -d dependencies.yaml

Push to your fork and submit a pull request.

At this point you're waiting on us. We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted:

These instructions were copied from factory_bot_rails.