mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-03 14:04:33 +00:00
Update zh_TW branches.md
This commit is contained in:
parent
cec64de391
commit
cffc9642eb
1 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# 分支機構命名和運營策略
|
||||
|
||||
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/dev_guide/branches.md&commit_hash=a711efa99b325ba1012f6897e7b0e2bdb947d8a1)
|
||||
[](https://gezf7g7pd5.execute-api.ap-northeast-1.amazonaws.com/default/source_up_to_date?owner=erg-lang&repos=erg&ref=main&path=doc/EN/dev_guide/branches.md&commit_hash=bf5df01d09e42ec8433a628420e096ac55e4d3e4)
|
||||
|
||||
## main
|
||||
## main(基於主幹的開發)
|
||||
|
||||
* 主要開發分支
|
||||
* 必須滿足以下條件
|
||||
|
@ -17,21 +17,21 @@
|
|||
* 編譯成功
|
||||
* 所有測試都會成功
|
||||
|
||||
## feature-*
|
||||
## feature-*(名字)
|
||||
|
||||
* 開發特定功能的分支
|
||||
* 切開 main
|
||||
|
||||
* 沒有條件
|
||||
|
||||
## issue-*
|
||||
## issue-*(#issue)
|
||||
|
||||
* 解決特定 issue 的分支
|
||||
|
||||
* 沒有條件
|
||||
|
||||
## fix-*
|
||||
## fix-*(#issue or bug 名字)
|
||||
|
||||
* 修復特定錯誤的分支(如果該問題是一個錯誤,則代替`issue-*`創建)
|
||||
|
||||
* 沒有條件。
|
||||
* 沒有條件。
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue