From 02afe1cf3d0828ef6dc53c9ffd41eb8de6a312f5 Mon Sep 17 00:00:00 2001 From: Gustav Hansen Date: Wed, 9 Mar 2022 14:22:02 +0100 Subject: [PATCH] Doc: apply PR feedback --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6acb627994..542bf4042f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,9 +6,9 @@ To help us merge your PR, make sure to follow the instructions below: - Create or update the tests - Create or update the documentation at https://github.com/strapi/documentation - Refer to the issue you are closing in the PR description: Fix #issue -- Specify if the PR is work in progress (WIP) or ready to be merged +- Specify if the PR is ready to be merged or work in progress (by opening a draft PR) -Please ensure you read through the Contributing Guide: https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md +Please ensure you read the Contributing Guide: https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md --> ### What does it do?