Skip to content

Commit

Permalink
Requested by property to hips site (hashgraph#876)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Garber <[email protected]>
Signed-off-by: Kim Rader <[email protected]>
  • Loading branch information
mgarbs authored and kimbor committed Jun 24, 2024
1 parent df1b456 commit 3538ee5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _layouts/hip.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ <h3>{{ page.description | xml_escape }}</h3>
<td>{{ page.working-group }}</td>
</tr>
{% endif %}
{% if page["requested-by"] != undefined %}
<tr>
<th>Requested By</th>
<td>{{ page.requested-by }}</td>
</tr>
{% endif %}
{% if page.discussions-to != undefined %}
<tr>
<th>Discussions-To</th>
Expand Down
1 change: 1 addition & 0 deletions hip-0000-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ hip: <HIP number (this is determined by the HIP editor)>
title: <HIP title>
author: <a list of the author’s or authors’ name(s) and/or username(s), or name(s) and email(s).>
working-group: a list of the technical and business stakeholders' name(s) and/or username(s), or name(s) and email(s).
requested-by: the name(s) and/or username(s), or name(s) and email(s) of the individual(s) or project(s) requesting the HIP
type: <Standards Track | Informational | Process>
category: <Core | Service | Mirror | Application>
needs-council-approval: <Yes | No>
Expand Down

0 comments on commit 3538ee5

Please sign in to comment.