Skip to content

Commit

Permalink
Change master branch to main in everywhere (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
soilSpoon authored Aug 12, 2021
1 parent bac6292 commit a15523f
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Lint

on:
push:
branches: [main, master]
branches: [main]
pull_request:
types: [opened, synchronize]

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ If you are here to suggest a feature, first create an issue if it does not alrea
If you would like to contribute by fixing an open issue or developing a new feature you can use this suggested workflow:

- Fork this repository.
- Create a new feature branch based off the `master` branch.
- Create a new feature branch based off the `main` branch.
- Install dependencies by running `$ yarn`.
- Create failing tests for your fix or new feature.
- Implement your changes and confirm that all test are passing. You can run the tests continuously during development via the `$ yarn test:dev` command.
Expand Down
4 changes: 2 additions & 2 deletions examples/hacker_news/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hacker News [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/master/examples/hacker_news)
# Hacker News [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/main/examples/hacker_news)

## Description

Expand All @@ -21,4 +21,4 @@ yarn start

## Set up on codesandbox

Link: https://githubbox.com/pmndrs/jotai/tree/master/examples/hacker_news
Link: https://githubbox.com/pmndrs/jotai/tree/main/examples/hacker_news
4 changes: 2 additions & 2 deletions examples/hello/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hello [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/master/examples/hello)
# Hello [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/main/examples/hello)

```bash
git clone https://github.com/pmndrs/jotai
Expand All @@ -15,4 +15,4 @@ yarn start

## Set up on codesandbox

Link: https://githubbox.com/pmndrs/jotai/tree/master/examples/hello
Link: https://githubbox.com/pmndrs/jotai/tree/main/examples/hello
4 changes: 2 additions & 2 deletions examples/mega-form/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mega form [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/master/examples/mega-form)
# Mega form [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/main/examples/mega-form)

```bash
git clone https://github.com/pmndrs/jotai
Expand All @@ -15,4 +15,4 @@ yarn start

## Set up on codesandbox

Link: https://githubbox.com/pmndrs/jotai/tree/master/examples/mega-form
Link: https://githubbox.com/pmndrs/jotai/tree/main/examples/mega-form
4 changes: 2 additions & 2 deletions examples/text_length/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Text Length [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/master/examples/text_length)
# Text Length [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/main/examples/text_length)

## Description

Expand All @@ -21,4 +21,4 @@ yarn start

## Set up on codesandbox

Link: https://githubbox.com/pmndrs/jotai/tree/master/examples/text_length
Link: https://githubbox.com/pmndrs/jotai/tree/main/examples/text_length
4 changes: 2 additions & 2 deletions examples/todos/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Todos [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/master/examples/todos)
# Todos [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/main/examples/todos)

## Description

Expand All @@ -21,4 +21,4 @@ yarn start

## Set up on codesandbox

Link: https://githubbox.com/pmndrs/jotai/tree/master/examples/todos
Link: https://githubbox.com/pmndrs/jotai/tree/main/examples/todos
4 changes: 2 additions & 2 deletions examples/todos_with_atomFamily/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Todos with atomFamily [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/master/examples/todos_with_atomFamily)
# Todos with atomFamily [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://githubbox.com/pmndrs/jotai/tree/main/examples/todos_with_atomFamily)

## Description

Expand All @@ -21,4 +21,4 @@ yarn start

## Set up on codesandbox

Link: https://githubbox.com/pmndrs/jotai/tree/master/examples/todos_with_atomFamily
Link: https://githubbox.com/pmndrs/jotai/tree/main/examples/todos_with_atomFamily

0 comments on commit a15523f

Please sign in to comment.