Skip to content

Commit 3e922e9

Browse files
Add placeholder text for the major project form
This will be useful to guide members for writing better descriptions of their projects and listing out things like GitHub repos associated with the project.
1 parent d2e02bc commit 3e922e9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

conditional/templates/major_project_submission.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ <h3 class="page-title">Major Project Form</h3>
1111
<div class="panel-body">
1212
<div class="form-group label-floating is-empty">
1313
<label class="control-label" for="name">Project Name</label>
14-
<input class="form-control" id="name" name="name" type="text" maxlength="64">
14+
<input class="form-control" id="name" name="name" type="text" maxlength="64"
15+
placeholder="A clever name for your project, sometimes people will come up with an acronym.">
1516
</div>
1617
</div>
1718
</div>
1819
<div class="panel panel-default">
1920
<div class="panel-body" style="padding-top:20px;">
2021
<div class="form-group label-floating is-empty">
2122
<label class="control-label" for="description">Description</label>
22-
<textarea name="description" class="form-control" rows="3" id="description"></textarea>
23+
<textarea name="description" class="form-control" rows="3" id="description"
24+
placeholder="A 'two liner' description of what your project is. If you have source materials like a GitHub repo publicly available, it's also useful to include links to them."></textarea>
2325
</div>
2426
</div>
2527
</div>

0 commit comments

Comments
 (0)