Skip to content

Commit

Permalink
馃殮 refactor!: rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
si3nloong committed Oct 17, 2021
1 parent 6db5c84 commit d7658a7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: build
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main

jobs:
build:
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ 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

For testing, we are using package `github.com/stretchr/testify`, please ensure you use the same package for your unit testing as well.

## 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).
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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)**

<!-- You can refer to [examples](https://github.com/si3nloong/sqlike/tree/master/examples) folder to see what apis we offer and learn how to use those apis -->
<!-- You can refer to [examples](https://github.com/si3nloong/sqlike/tree/main/examples) folder to see what apis we offer and learn how to use those apis -->

## 鈿狅笍 Limitation

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit d7658a7

Please sign in to comment.