Skip to content

Commit 968246f

Browse files
committed
changes to default boards
1 parent 9c37940 commit 968246f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ You can add a config file to project directory `.git-commands.json` to override
6161
],
6262
"boards": [
6363
{
64-
"name": "PLF",
64+
"name": "PTB",
6565
"description": "Platform Team Board"
6666
},
6767
{
68-
"name": "SD",
68+
"name": "SDB",
6969
"description": "Support Desk Board"
7070
}
7171
...

cmd/checkout/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ var defaultBranchTypes = []list.Item{
3535
}
3636

3737
var defaultJiraBoards = []list.Item{
38-
board{"EPD", "CPO team board"},
39-
board{"IB", "Interim billing board"},
38+
board{"PTB", "Platform Team Board"},
39+
board{"SDB", "Support Desk Board"},
4040
}
4141

4242
func convertBranchTypes(branchTypes []branchType) []list.Item {

0 commit comments

Comments
 (0)