git-bug_bug_new.md

 1## git-bug bug new
 2
 3Create a new bug
 4
 5```
 6git-bug bug new [flags]
 7```
 8
 9### Options
10
11```
12  -t, --title string      Provide a title to describe the issue
13  -m, --message string    Provide a message to describe the issue
14  -F, --file string       Take the message from the given file. Use - to read the message from the standard input
15      --non-interactive   Do not ask for user input
16  -h, --help              help for new
17```
18
19### SEE ALSO
20
21* [git-bug bug](git-bug_bug.md)	 - List bugs
22