From 62d702a1b2cdc05040234ed920fcf1bd6203e06b Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Fri, 27 Aug 2021 11:08:33 +0100 Subject: [PATCH] Update docs with 'main' as the primary branch (#1782) --- CONTRIBUTING.md | 4 ++-- HACKING.org | 28 ++++++++++++++-------------- README.md | 2 +- tools/test_branch.sh | 4 ++-- 4 files changed, 19 insertions(+), 19 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ec3b11e8b5..5aec70bb80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ We actively welcome pull requests. 1. Prior to investing a large amount of time into significant or invasive changes, or those that affect the output, it is likely more efficient to first open an issue for discussion and planning. 2. If you are not familiar with the project, focus first on the [Good first issues](https://github.com/ocaml-ppx/ocamlformat/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+label%3A%22Good-first-issue+%3A%2B1%3A%22). -3. Fork the repository and create your branch from `master`. +3. Fork the repository and create your branch from `main`. 4. If you have added code that should be tested, add tests (they should be located in the `tests/passing` directory). '. 5. Ensure the test suite passes (see [Running the tests](#running-the-tests)). @@ -37,7 +37,7 @@ The second part of `make test` is to ensure the test suite passes. You should no Once `make test` passes, pull requests should be tested on the code in a set of external repositories. This can be done by executing `tools/test_branch.sh ` where `` is the git revision/branch containing the pull request's changes. If a pull request affects an option, `OCAMLFORMAT=