1## git-bug board new
2
3Create a new board
4
5```
6git-bug board new [flags]
7```
8
9### Options
10
11```
12 -t, --title string Provide a title to describe the issue
13 -d, --description string Provide a message to describe the board
14 -c, --columns stringArray Define the columns of the board (default to To Do,In Progress,Done) (default [To Do,In Progress,Done])
15 --non-interactive Do not ask for user input
16 -h, --help help for new
17```
18
19### SEE ALSO
20
21* [git-bug board](git-bug_board.md) - List boards
22