We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c37940 commit 968246fCopy full SHA for 968246f
README.md
@@ -61,11 +61,11 @@ You can add a config file to project directory `.git-commands.json` to override
61
],
62
"boards": [
63
{
64
- "name": "PLF",
+ "name": "PTB",
65
"description": "Platform Team Board"
66
},
67
68
- "name": "SD",
+ "name": "SDB",
69
"description": "Support Desk Board"
70
}
71
...
cmd/checkout/config.go
@@ -35,8 +35,8 @@ var defaultBranchTypes = []list.Item{
35
36
37
var defaultJiraBoards = []list.Item{
38
- board{"EPD", "CPO team board"},
39
- board{"IB", "Interim billing board"},
+ board{"PTB", "Platform Team Board"},
+ board{"SDB", "Support Desk Board"},
40
41
42
func convertBranchTypes(branchTypes []branchType) []list.Item {
0 commit comments