new-bug.yaml 577 B

1234567891011121314151617181920212223
  1. # I see you're creating a new bug!
  2. #
  3. # If you don't remember the syntax, consult https://en.wikipedia.org/wiki/YAML
  4. # Optional author field
  5. #
  6. # If you prefer to remain anonymous, delete the 'name' and 'email' lines, and
  7. # change 'author:' to 'author: null'
  8. author:
  9. name: My name
  10. email: My email
  11. # This is a short (one line) synopsis of the bug. This is required
  12. synopsis: My synopsis
  13. # Optional further description
  14. description: >-
  15. More description goes here.
  16. This is usually parsed with [Markdown syntax][1].
  17. [1]: https://daringfireball.net/projects/markdown/