``` issue { title = "we need more DSL" tags +=...
# random
n
Copy code
issue {
  title = "we need more DSL"
  tags += bug
  +"something here"
}
👍 2