From bb855499e1519f31c03c9b91c0f9f10cb6439253 Mon Sep 17 00:00:00 2001 From: Anis Elleuch Date: Wed, 7 Sep 2022 23:25:02 +0100 Subject: [PATCH] Update PR template to make it easy to request for doc changes (#15665) A link can be clicked to open a new request in minio/docs if something in the documentation needs to be changed. --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2dae11628..6fc9a2d8f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,5 +15,6 @@ ## Checklist: - [ ] Fixes a regression (If yes, please add `commit-id` or `PR #` here) -- [ ] Documentation updated - [ ] Unit tests added/updated +- [ ] Internal documentation updated +- [ ] Create a documentation update request [here](https://github.com/minio/docs/issues/new?label=doc-change,title=Doc+Updated+Needed+For+PR+github.com%2fminio%2fminio%2fpull%2fNNNNN)