roc/CONTRIBUTING.md
2021-05-02 07:51:27 -04:00

1.4 KiB

Contributing

Code of Conduct

We are committed to providing a friendly, safe and welcoming environment for all. Make sure to take a look at the Code of Conduct!

Building from Source

Check Build from source for instructions.

Running Tests

To run all tests as they are run on CI, install earthly and run:

mkdir -p sccache_dir
earthly +test-all

Earthly may temporarily use a lot of disk space, up to 90 GB. This disk space is available again after rebooting.

Contribution Tips

  • Before making your first pull request, definitely talk to an existing contributor on Roc Zulip first about what you plan to do! This can not only avoid duplicated effort, it can also avoid making a whole PR only to discover it won't be accepted because the change doesn't fit with the goals of the language's design or implementation.
  • It's a good idea to open a work-in-progress pull request as you begin working on something. This way, others can see that you're working on it, which avoids duplicate effort, and others can give feedback sooner rather than later if they notice a problem in the direction things are going. Be sure to include "WIP" in the title of the PR as long as it's not ready for review!

Can we do better?

Feel free to open an issue if you think this document can be improved or is unclear in any way.