From c2bd7a52790db0859cd076b6aa032242128b72d7 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:08:10 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9D=20`main`=20as=20default=20branch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- CHANGELOG.md | 6 +++--- CONTRIBUTING.md | 2 +- README.md | 10 +++++----- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e67cc74..c1d54cc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,14 +6,14 @@ on: - "**.md" - "**.bbcode" - LICENSE - branches: [master, dev] + branches: [main, dev] pull_request: paths-ignore: - "**.md" - "**.bbcode" - LICENSE - branches: [master] + branches: [main] jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index 6027355..65aed0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,10 +56,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Cursors Preview, Build Dependencies, Runtime Dependencies and other Documents @ [README.md](https://github.com/ful1e5/apple_cursor/blob/master/README.md) +- Cursors Preview, Build Dependencies, Runtime Dependencies and other Documents @ [README.md](https://github.com/ful1e5/apple_cursor/blob/main/README.md) - CONTRIBUTING.md - CODE_OF_CONDUCT.md -- Quick Install (Windows & Linux) Documents @ [README.md](https://github.com/ful1e5/apple_cursor/blob/master/README.md) ([686bde5](https://github.com/ful1e5/apple_cursor/commit/686bde5eda5c4d913dd8c9df49aa94c20d24d9bf), [f36656d](https://github.com/ful1e5/apple_cursor/commit/f36656d1fbcce5c822d78f5964938daf1ad0c4c0)) +- Quick Install (Windows & Linux) Documents @ [README.md](https://github.com/ful1e5/apple_cursor/blob/main/README.md) ([686bde5](https://github.com/ful1e5/apple_cursor/commit/686bde5eda5c4d913dd8c9df49aa94c20d24d9bf), [f36656d](https://github.com/ful1e5/apple_cursor/commit/f36656d1fbcce5c822d78f5964938daf1ad0c4c0)) - **install.sh** and **windows.inf**(automated installtion files) added in `scripts` directory. - Table Of Content in `README.md`([476c64a](https://github.com/ful1e5/apple_cursor/commit/476c64afda50ec48c576b566ce729b575608c529#diff-04c6e90faac2675aa89e2176d2eec7d8)) @@ -80,7 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Logo and badges - CI/CD Pipelines -[unreleased]: https://github.com/ful1e5/apple_cursor/compare/1.0.4...master +[unreleased]: https://github.com/ful1e5/apple_cursor/compare/1.0.4...main [1.0.4]: https://github.com/ful1e5/apple_cursor/compare/1.0.3...1.0.4 [1.0.3]: https://github.com/ful1e5/apple_cursor/compare/1.0.2...1.0.3 [1.0.2]: https://github.com/ful1e5/apple_cursor/compare/1.0.1-beta...1.0.2 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3dd20bb..4ceb4eb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ I use GitHub to host code, to track **issues** and feature requests, as well as Pull requests are the best way to propose changes to the codebase (I use [Github Flow](https://guides.github.com/introduction/flow/index.html)). I actively welcome your pull requests: -1. Fork the repo and create your branch from `master`. +1. Fork the repo and create your branch from `main`. 2. If you've added code that should be tested, add tests. 3. If you've changed Look, update the documentation. 4. Issue that pull request! diff --git a/README.md b/README.md index 1254a92..e0f6aa2 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Apple Cursor release (latest by date including pre-releases) - + License @@ -129,13 +129,13 @@ Enjoy upcoming **[macOS BigSur](https://www.apple.com/macos/big-sur-preview/)** ##### via curl ```bash -bash <(curl -s "https://raw.githubusercontent.com/ful1e5/apple_cursor/master/scripts/install.sh") +bash <(curl -s "https://raw.githubusercontent.com/ful1e5/apple_cursor/main/scripts/install.sh") ``` ##### via wget ```bash -bash <(wget -qO- "https://raw.githubusercontent.com/ful1e5/apple_cursor/master/scripts/install.sh") +bash <(wget -qO- "https://raw.githubusercontent.com/ful1e5/apple_cursor/main/scripts/install.sh") ``` ### Manual Install @@ -168,7 +168,7 @@ sudo mv macOSBigSur /usr/share/icons/ #### Preview: -> Detailed Cursors Informations inside [src/svgs/README.md](https://github.com/ful1e5/apple_cursor/blob/master/src/svg/README.md) +> Detailed Cursors Informations inside [src/svgs/README.md](https://github.com/ful1e5/apple_cursor/blob/main/src/svg/README.md) @@ -248,7 +248,7 @@ sudo dnf install libx11-devel libxcursor-devel libpng-devel ### ⚡ Auto Build (using GitHub Actions) -GitHub Actions is automatically runs on every `push`(on **master** and **dev** branches) and `pull request`(on **master** branch), You found theme resources in `artifact` section of **build**.GitHub **Actions** available inside [.github/workflows](https://github.com/ful1e5/apple_cursor/tree/master/.github/workflows) directory. +GitHub Actions is automatically runs on every `push`(on **main** and **dev** branches) and `pull request`(on **main** branch), You found theme resources in `artifact` section of **build**.GitHub **Actions** available inside [.github/workflows](https://github.com/ful1e5/apple_cursor/tree/main/.github/workflows) directory. ### Manual Build