new-project.yaml 762 B

123456789101112131415161718192021222324252627
  1. # I see you're creating a new project!
  2. #
  3. # This file uses YAML syntax: https://en.wikipedia.org/wiki/YAML .
  4. # This is the name of the project, which is required
  5. name: my-stupid-project
  6. # A required one-line synopsis of your project
  7. synopsis: A program for X and Y.
  8. # An optional further description of your project.
  9. description: >-
  10. This is an optional further description of your project.
  11. It's usually parsed with [Markdown syntax][1].
  12. [1]: https://daringfireball.net/projects/markdown/
  13. # Optional home page for your project
  14. homepage: "http://mysite.com/foo/bar/baz"
  15. # Optional maintainer
  16. maintainer:
  17. name: Joe Q. Smith
  18. email: "joe@foo.bar"
  19. # If you choose to have a non-anonymous maintainer, the fields 'name' and
  20. # 'email' are required.