From 59a3db306e754b24840bae4e32016aaf06d7fdef Mon Sep 17 00:00:00 2001 From: Jonathan Belcher Date: Mon, 12 Nov 2018 16:50:03 -0500 Subject: [PATCH] Remove unneeded leading whitespace (https://github.com/woocommerce/woocommerce-admin/pull/820) This has made it difficult to quick create test instructions since I have to add a leading space before every step. --- plugins/woocommerce-admin/.github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-admin/.github/PULL_REQUEST_TEMPLATE.md b/plugins/woocommerce-admin/.github/PULL_REQUEST_TEMPLATE.md index edae405dfde..da85cf681a2 100644 --- a/plugins/woocommerce-admin/.github/PULL_REQUEST_TEMPLATE.md +++ b/plugins/woocommerce-admin/.github/PULL_REQUEST_TEMPLATE.md @@ -6,5 +6,5 @@ _Replace this with a good description of your changes & reasoning._ ### Detailed test instructions: - - Ex: Open page `url` - - Click XYZ… +- Ex: Open page `url` +- Click XYZ…