From d7658a739dd35180d6e523aca638676180fc0e4a Mon Sep 17 00:00:00 2001 From: si3nloong Date: Sun, 17 Oct 2021 16:58:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20refactor!:=20rename=20`master`?= =?UTF-8?q?=20branch=20to=20`main`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 4 ++-- CONTRIBUTING.md | 6 +++--- README.md | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b1716fef..0d20a2d6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,10 +2,10 @@ name: build on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: build: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b480aad5..94c76e3a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,10 +28,10 @@ Small pull requests are much easier to review and more likely to get merged. Mak Please make sure the following is done when submitting a pull request: -1. Fork the [repository](https://github.com/si3nloong/sqlike) and create your branch from master. +1. Fork the [repository](https://github.com/si3nloong/sqlike) and create your branch from main. 2. Describe your test plan in your pull request description. Make sure to test your changes. 3. Make sure your tests pass `go test ./...`. -4. All pull requests should be opened against the master branch. +4. All pull requests should be opened against the main branch. ## Testing @@ -39,4 +39,4 @@ For testing, we are using package `github.com/stretchr/testify`, please ensure y ## License -By contributing to sqlike, you agree that your contributions will be licensed under its [MIT license](https://github.com/si3nloong/sqlike/blob/master/LICENSE). +By contributing to sqlike, you agree that your contributions will be licensed under its [MIT license](https://github.com/si3nloong/sqlike/blob/main/LICENSE). diff --git a/README.md b/README.md index eee87413..08146ea7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # sqlike -[![Build](https://github.com/si3nloong/sqlike/workflows/build/badge.svg?branch=master)](https://github.com/si3nloong/sqlike/actions?query=workflow%3Abuild) +[![Build](https://github.com/si3nloong/sqlike/workflows/build/badge.svg?branch=main)](https://github.com/si3nloong/sqlike/actions?query=workflow%3Abuild) [![Release](https://img.shields.io/github/v/tag/si3nloong/sqlike)](https://github.com/si3nloong/sqlike/releases) [![Go Report](https://goreportcard.com/badge/github.com/si3nloong/sqlike)](https://goreportcard.com/report/github.com/si3nloong/sqlike) -[![Go Coverage](https://codecov.io/gh/si3nloong/sqlike/branch/master/graph/badge.svg)](https://codecov.io/gh/si3nloong/sqlike) -[![LICENSE](https://img.shields.io/github/license/si3nloong/sqlike)](https://github.com/si3nloong/sqlike/blob/master/LICENSE) +[![Go Coverage](https://codecov.io/gh/si3nloong/sqlike/branch/main/graph/badge.svg)](https://codecov.io/gh/si3nloong/sqlike) +[![LICENSE](https://img.shields.io/github/license/si3nloong/sqlike)](https://github.com/si3nloong/sqlike/blob/main/LICENSE) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fsi3nloong%2Fsqlike.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fsi3nloong%2Fsqlike?ref=badge_shield) -> A golang SQL ORM which anti toxic query and focus on latest features. +> A Golang SQL ORM which anti-toxic query and focus on the latest features. ## 🔨 Installation @@ -52,7 +52,7 @@ SQLike did support **mysql 5.7** as well. For better compatibility, we suggest y - Developer friendly, (query is highly similar to native sql query) - Support `sqldump` for backup purpose **(experiment)** - + ## ⚠️ Limitation @@ -276,7 +276,7 @@ Thanks to these awesome companies for their support of Open Source developers ## 📄 License -[MIT](https://github.com/si3nloong/sqlike/blob/master/LICENSE) +[MIT](https://github.com/si3nloong/sqlike/blob/main/LICENSE) Copyright (c) 2019-present, SianLoong Lee