From b53f9ec9ada29530084186e5b1bd9b578be76a92 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Fri, 12 Feb 2021 16:21:43 +0100 Subject: [PATCH] Fix some format issues in MD files (#131) --- .github/PULL_REQUEST_TEMPLATE.md | 18 +++++++++--------- CONTRIBUTING.md | 11 ++++++----- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c2ba97d9..5c83efba 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,22 +1,22 @@ -Thanks for contributing to poolifier project. -Please be sure to read our [contributing guidelines](https://github.com/pioardi/poolifier/blob/pr-template/CONTRIBUTING.md). + ## PR Checklist - - [ ] Please add a description of your changes. - [ ] We need your changes to come with unit tests in order to keep this project in quality and easy to maintain. - [ ] Please add a link to the open issue or task that this pull request will resolve. -- [ ] Add a note to the changelog to indicate the change - - +- [ ] Add a note to the changelog to indicate the change. ## Does this PR introduce a breaking change? - - [ ] Yes - - [ ] No - +- [ ] Yes +- [ ] No If yes please indicate it and migration info into the CHANGELOG.md file. +--- + diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 50957aa3..c148e5a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,10 +28,11 @@ Please ask your PR to be merged on **master** branch. ``` ### Project pillars + Please consider our pillars before to start change the project - - Performance :racehorse: - - Security :bank: :cop: - - No runtime dependencies :white_check_mark: ( until now we don't have any exception to that) - - Easy to use :couple: - - Code quality :octocat: +- Performance :racehorse: +- Security :bank: :cop: +- No runtime dependencies :white_check_mark: (until now we don't have any exception to that) +- Easy to use :couple: +- Code quality :octocat: -- 2.34.1