🔧 change master to main
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@@ -28,7 +28,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Pake version
|
label: Pake version
|
||||||
description: >
|
description: >
|
||||||
Please provide the version of Pake you are using. If you are using the master/dev branch, please provide the commit id.
|
Please provide the version of Pake you are using. If you are using the main/dev branch, please provide the commit id.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
2
.github/workflows/contribute_list.yml
vendored
2
.github/workflows/contribute_list.yml
vendored
@@ -2,7 +2,7 @@ name: Build Contribute List
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
contrib-readme-job:
|
contrib-readme-job:
|
||||||
|
|||||||
@@ -6,15 +6,15 @@
|
|||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
graph LR
|
graph LR
|
||||||
b_dev(dev) --> b_master(master);
|
b_dev(dev) --> b_main(main);
|
||||||
contributions([Develop / Pull requests]) -.-> b_dev;
|
contributions([Develop / Pull requests]) -.-> b_dev;
|
||||||
```
|
```
|
||||||
|
|
||||||
- `dev` branch
|
- `dev` branch
|
||||||
- `dev` is the developing branch.
|
- `dev` is the developing branch.
|
||||||
- It's **RECOMMENDED** to commit feature PR to `dev`.
|
- It's **RECOMMENDED** to commit feature PR to `dev`.
|
||||||
- `master` branch
|
- `main` branch
|
||||||
- `master` is the release branch, we will make tag and publish version on this branch.
|
- `main` is the release branch, we will make tag and publish version on this branch.
|
||||||
- If it is a document modification, it can be submitted to this branch.
|
- If it is a document modification, it can be submitted to this branch.
|
||||||
|
|
||||||
## More
|
## More
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<h4 align="right"><strong>English</strong> | <a href="https://github.com/tw93/Pake/blob/master/README_CN.md">简体中文</a> | <a href="https://github.com/tw93/Pake/blob/master/README_JP.md">日本語</a></h4>
|
<h4 align="right"><strong>English</strong> | <a href="https://github.com/tw93/Pake/blob/main/README_CN.md">简体中文</a> | <a href="https://github.com/tw93/Pake/blob/main/README_JP.md">日本語</a></h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
|
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<h4 align="right"><a href="https://github.com/tw93/Pake">English</a> | <strong>简体中文</strong> | <a href="https://github.com/tw93/Pake/blob/master/README_JP.md">日本語</a></h4>
|
<h4 align="right"><a href="https://github.com/tw93/Pake">English</a> | <strong>简体中文</strong> | <a href="https://github.com/tw93/Pake/blob/main/README_JP.md">日本語</a></h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
|
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<h4 align="right"><a href="https://github.com/tw93/Pake">English</a> | <a href="https://github.com/tw93/Pake/blob/master/README_CN.md">简体中文</a> | <strong>日本語</strong></h4>
|
<h4 align="right"><a href="https://github.com/tw93/Pake">English</a> | <a href="https://github.com/tw93/Pake/blob/main/README_CN.md">简体中文</a> | <strong>日本語</strong></h4>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
|
<img src=https://gw.alipayobjects.com/zos/k/fa/logo-modified.png width=138/>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
2
bin/README.md
vendored
2
bin/README.md
vendored
@@ -1,4 +1,4 @@
|
|||||||
<h4 align="right"><strong>English</strong> | <a href="https://github.com/tw93/Pake/blob/master/bin/README_CN.md">简体中文</a></h4>
|
<h4 align="right"><strong>English</strong> | <a href="https://github.com/tw93/Pake/blob/main/bin/README_CN.md">简体中文</a></h4>
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|||||||
2
bin/README_CN.md
vendored
2
bin/README_CN.md
vendored
@@ -1,4 +1,4 @@
|
|||||||
<h4 align="right"><strong><a href="https://github.com/tw93/Pake/tree/master/bin">English</a></strong> | 简体中文</h4>
|
<h4 align="right"><strong><a href="https://github.com/tw93/Pake/tree/main/bin">English</a></strong> | 简体中文</h4>
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user