diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a91a0374..8a376cf2 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 99318d62..df258d91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,7 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release 🎊 -[unreleased]: https://github.com/ful1e5/Bibata_Cursor/compare/master...v0.4.2 +[unreleased]: https://github.com/ful1e5/Bibata_Cursor/compare/main...v0.4.2 [v0.4.2]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.beta.1...v0.4.2 [v0.4.2.beta.1]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.alpha.2...v0.4.2.beta.1 [v0.4.2.alpha.2]: https://github.com/ful1e5/Bibata_Cursor/compare/v0.4.2.alpha.1...v0.4.2.alpha.2 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34f867fe..6bdb295f 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 acce Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We 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! @@ -58,4 +58,4 @@ Thanks goes to these wonderful people | | | | | | | | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | | [
mleyen
](https://github.com/mleyen) 👨‍💻 | [
eti0
](https://github.com/eti0) 👨‍💻 | [
mmetak
](https://github.com/mmetak) 👨‍💻 | [
alex285
](https://github.com/alex285)👨‍💻🐛 | [
commonsourcecs
](https://github.com/commonsourcecs) 👨‍💻 | [
SiicaSandwhich
](https://github.com/Silicasandwhich) 👨‍💻📦 | -| [
muhAlantabli
](https://github.com/muhAlantabli) 📦 | [
luizoti
](https://github.com/luizoti) 👨‍💻 | +| [
muhAlantabli
](https://github.com/muhAlantabli) 📦 | [
luizoti
](https://github.com/luizoti) 👨‍💻 | diff --git a/README.md b/README.md index 4bde9d92..454b74ff 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@
- + License @@ -92,16 +92,16 @@ - [Arch Linux/Manjaro](#arch-linuxmanjaro) - [Fedora](#fedora) - [Manual Install](#manual-install) - - [Linux/X11](#linuxx11) - - [Windows](#windows) + - [Linux/X11](#linuxx11) + - [Windows](#windows) - [Preview](#preview) - [Dependencies](#dependencies) - [Runtime Dependencies](#runtime-dependencies) - - [Install Runtime Dependencies](#install-runtime-dependencies) - - [macOS](#macos) - - [Debain/ubuntu](#debainubuntu) - - [ArchLinux/Manjaro](#archlinuxmanjaro) - - [Fedora/Fedora Silverblue/CentOS/RHEL](#fedorafedora-silverbluecentosrhel) + - [Install Runtime Dependencies](#install-runtime-dependencies) + - [macOS](#macos) + - [Debain/ubuntu](#debainubuntu) + - [ArchLinux/Manjaro](#archlinuxmanjaro) + - [Fedora/Fedora Silverblue/CentOS/RHEL](#fedorafedora-silverbluecentosrhel) - [Build Dependencies](#build-dependencies) - [Node Packages](#node-packages) - [PyPi Packages](#pypi-packages) @@ -310,7 +310,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** & **dev** branch) 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/Bibata_Cursor/tree/master/.github/workflows) directory. +GitHub Actions is automatically runs on every `push`(on **main** & **dev** branch) 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/Bibata_Cursor/tree/main/.github/workflows) directory. ### Manual Build