From d42ab0caf44aeca9308ff767449bb10f5617d456 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Tue, 30 Aug 2022 15:08:52 +0200 Subject: [PATCH] isa rfc form link on specification page Signed-off-by: Toshaan Bharvani --- content/specifications/isa.md | 7 +++++++ themes/openpowerfoundation/assets/css/pages.scss | 2 +- .../layouts/specifications/single.html | 12 ++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/content/specifications/isa.md b/content/specifications/isa.md index 8ae72cc..cef03ff 100644 --- a/content/specifications/isa.md +++ b/content/specifications/isa.md @@ -2,6 +2,13 @@ title: "Instruction Set Architecture" group: isa publicreview: false +feedback: + - title: Request For Change Feedback for "non ISA TWG members" + description: "This feedback process uses the RFC method, which we divide in 3 types : _minor changes_, _formal proposal_, or _RFC_." + url: /isarfc/ + - title: Request for Change Feedback for "ISA TWG members" + description: "Members can provide feedback using OPF Git directly, or the above form." + url: https://git.openpower.foundation/isa/PowerISA aliases: - "powerisa/" - "power31/" diff --git a/themes/openpowerfoundation/assets/css/pages.scss b/themes/openpowerfoundation/assets/css/pages.scss index 31d14c9..338cb04 100644 --- a/themes/openpowerfoundation/assets/css/pages.scss +++ b/themes/openpowerfoundation/assets/css/pages.scss @@ -270,7 +270,7 @@ section#steeringcomittee { padding-top: 3.75rem; } #specifications-single { - padding-top: 6.500rem; + padding-top: 6.50rem; } #lost { diff --git a/themes/openpowerfoundation/layouts/specifications/single.html b/themes/openpowerfoundation/layouts/specifications/single.html index cfdf93e..e20beab 100644 --- a/themes/openpowerfoundation/layouts/specifications/single.html +++ b/themes/openpowerfoundation/layouts/specifications/single.html @@ -36,8 +36,16 @@ {{ end }}
-
-

{{ .Content }}

+
+

{{ .Content }}

+ {{ if .Param "feedback"}} + {{ range $feedback := (.Param "feedback") }} +

+ {{ end }} + {{ end }}
{{ if .Param "group" }}