From 133f72a7ee7be0d5edc836640d6156a3460366f9 Mon Sep 17 00:00:00 2001 From: Javier Villanueva Date: Sat, 13 Oct 2018 07:31:55 +0100 Subject: [PATCH] Fix typo in PR request template --- PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 56fbfc9e95..df9768df53 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -19,7 +19,7 @@ - [x] No upgrade steps required (100% backward compatibility) - [ ] I've updated the [Upgrade notes](https://github.com/DivanteLtd/vue-storefront/blob/develop/doc/Upgrade%20notes.md) and [Changelog](https://github.com/DivanteLtd/vue-storefront/blob/develop/CHANGELOG.md) on how to port existing VS sites with this new feature -### Contribution and curently important rules acceptance +### Contribution and currently important rules acceptance - [ ] I read and followed [contribution rules](https://github.com/DivanteLtd/vue-storefront/blob/master/CONTRIBUTING.md) - [ ] I read the [TypeScript Action Plan](https://github.com/DivanteLtd/vue-storefront/blob/master/doc/TypeScript%20Action%20Plan.md) and adjusted my PR according to it