From 448e99a7c9ee71e3d52c17ddbbfe62775a0cac0c Mon Sep 17 00:00:00 2001 From: Stephanie Date: Fri, 6 May 2022 10:59:18 -0400 Subject: [PATCH] add doc check in PR template Signed-off-by: Stephanie --- .github/PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 23f59dd72..ef163f611 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,6 +10,8 @@ Fixes #? - [ ] Test (WIP) -- [ ] Documentation (WIP) +Documentation (WIP) +- [ ] Does the [REST API doc](../index/server/registry-REST-API.adoc) need to be updated with your changes? +- [ ] Does the [registry library doc](../registry-library/README.md) need to be updated with your changes? **How to test changes / Special notes to the reviewer**: