diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 760cda17..395e83fc 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -211,7 +211,7 @@ We try to enforce these rules for the following reasons: Before submitting a pull request, please make sure the following is done: -- [Fork](https://help.github.com/en/articles/fork-a-repo) the repository and create your branch from `master`. +- [Fork](https://help.github.com/en/articles/fork-a-repo) the repository and create your branch from `main`. - Example: `feature/my-awesome-feature` or `fix/annoying-bug`; - Run `yarn` in the repository root; - If you’ve fixed a bug or added code that should be tested, **add tests**; diff --git a/.github/PULL_REQUEST_TEMPLATE b/.github/PULL_REQUEST_TEMPLATE index e72c85ff..28bd1826 100644 --- a/.github/PULL_REQUEST_TEMPLATE +++ b/.github/PULL_REQUEST_TEMPLATE @@ -1,4 +1,4 @@ - + diff --git a/README.md b/README.md index 5a1e9b63..fba6dcc2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@
[![npm](https://img.shields.io/npm/v/@unform/core.svg?color=%237159c1)](https://www.npmjs.com/package/@unform/core) -[![Coverage Status](https://coveralls.io/repos/github/unform/unform/badge.svg?branch=master&color=%237159c1)](https://coveralls.io/github/unform/unform?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/unform/unform/badge.svg?branch=main&color=%237159c1)](https://coveralls.io/github/unform/unform?branch=main)