From 29032dcfd46dd1d135fa51f4d9e51a2c0bf2233f Mon Sep 17 00:00:00 2001 From: kwatsen Date: Fri, 27 Feb 2026 08:24:13 +0700 Subject: [PATCH 1/2] FIXMEs --- draft-yn-netmod-yang-xml.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft-yn-netmod-yang-xml.xml b/draft-yn-netmod-yang-xml.xml index b61d0f8..57306f2 100644 --- a/draft-yn-netmod-yang-xml.xml +++ b/draft-yn-netmod-yang-xml.xml @@ -913,9 +913,11 @@ leaf-list foo {
+ FIXME
+ FIXME
From 6abb0ad01788d502ed0ef95e757d8093730f5819 Mon Sep 17 00:00:00 2001 From: kwatsen Date: Mon, 2 Mar 2026 12:26:01 +0700 Subject: [PATCH 2/2] final --- .github/pull_request_template.md | 2 +- .github/workflows/gen_index_html.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ae9f2e2..1e08c62 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,7 +15,7 @@ > a link to it. Either: > > None -> https://github.com/netmod-wg/yang-xml/designs/\ +> https://github.com/netmod-wg/yang-xml/designs/ ## Additional Information diff --git a/.github/workflows/gen_index_html.sh b/.github/workflows/gen_index_html.sh index 0ee0a8c..f40543a 100644 --- a/.github/workflows/gen_index_html.sh +++ b/.github/workflows/gen_index_html.sh @@ -46,7 +46,7 @@ for branch in $SORTED; do # the "Pull Request" column if [ $branch = "main" ]; then - echo " N/A, since this is the \"main\" branch (last updated by #$NUMBER: $TITLE)." >> index.html + echo " N/A, since this is the \"main\" branch" >> index.html else echo " #$NUMBER: $TITLE" >> index.html fi