I would like to make a list of goals like so:
Goal 1:
Do some stuff.
Goal 2:
Some other stuff.
Goal 3:
etc
I can use \begin{enumerate} to make a numbered list, however I would like each number prefixed with the text "Goal", and I would like it as a different line, more like a section heading. I would rather not type out "Goal 1:" etc for each item as these items will likely be reorganised at some stage.
Is there a way to make a numbered list with text titles for each item which include the item number?