From 9effa32e2d5522a920e290164b15b3f26eb5a584 Mon Sep 17 00:00:00 2001 From: Oren Farhi Date: Wed, 28 Feb 2018 10:35:09 +0200 Subject: [PATCH] chore(github-templates): updated checkboxes --- .github/ISSUE_TEMPLATE.md | 8 ++++---- .github/PULL_REQUEST_TEMPLATE.md | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 15007dbe..1e1f918d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -26,7 +26,7 @@ Please search on the [issue track](../) before creating one. ### Your Environment -[ ] Version used: -[ ] Browser Name and version: -[ ] (Optional) Operating System and version (desktop or mobile): -[ ] (Optional) Link to your project: \ No newline at end of file +- [ ] Version used: +- [ ] Browser Name and version: +- [ ] (Optional) Operating System and version (desktop or mobile): +- [ ] (Optional) Link to your project: \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1d181863..4b3815ee 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,11 +9,11 @@ Thanks for submitting a pull request! Please provide enough information so that This PR fixes/implements the following **bugs/features** -* [ ] #issue1 -* [ ] #issue2 -* [ ] #Feature1 -* [ ] #Feature2 -* [ ] Breaking changes +- [ ] #issue1 +- [ ] #issue2 +- [ ] #Feature1 +- [ ] #Feature2 +- [ ] Breaking changes