From b46c7dddaac5a8ef819dc90be19b1e50e3758b8d Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 11 Mar 2016 18:22:01 -0300 Subject: [PATCH] Fix 'check' in markdown for github templates --- .github/ISSUE_TEMPLATE.md | 8 ++++---- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a8b2c9e75..bc62e8a3f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,7 +2,7 @@ Thanks for submitting an issue! Here's a quick checklist in what to include: -[ ] Include a detailed description of the bug or suggestion -[ ] `pip list` of the virtual environment you are using -[ ] py.test and operating system versions -[ ] Minimal example if possible +- [ ] Include a detailed description of the bug or suggestion +- [ ] `pip list` of the virtual environment you are using +- [ ] py.test and operating system versions +- [ ] Minimal example if possible diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 00673625f..d09edce43 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Thanks for submitting a PR, your contribution is really appreciated! Here's a quick checklist that should be present in PRs: -[ ] Target: for bug or doc fixes, target `master`; for new features, target `features` -[ ] Make sure to include one or more tests for your change -[ ] Add yourself to `AUTHORS` -[ ] Add a new entry to the `CHANGELOG` (choose any open position to avoid merge conflicts with other PRs) +- [ ] Target: for bug or doc fixes, target `master`; for new features, target `features` +- [ ] Make sure to include one or more tests for your change +- [ ] Add yourself to `AUTHORS` +- [ ] Add a new entry to the `CHANGELOG` (choose any open position to avoid merge conflicts with other PRs)