diff options
Diffstat (limited to 'archetypes/project.md')
-rw-r--r-- | archetypes/project.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/archetypes/project.md b/archetypes/project.md index 4e1af79..d53dffa 100644 --- a/archetypes/project.md +++ b/archetypes/project.md | |||
@@ -7,3 +7,16 @@ categories: ["projects"] | |||
7 | dontDisclaim: true | 7 | dontDisclaim: true |
8 | description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project" | 8 | description: "An informal specification for the {{ replace .File.ContentBaseName "-" " " | title }} project" |
9 | --- | 9 | --- |
10 | |||
11 | Summary goes here. | ||
12 | |||
13 | <!--more--> | ||
14 | |||
15 | ## Requirements | ||
16 | |||
17 | - Responsive. | ||
18 | - Fullscreen. | ||
19 | |||
20 | ## Optional Stretch Requirements | ||
21 | |||
22 | - Appointment scheduling. \ No newline at end of file | ||