Fix some format issues in MD files (#131)
authorShinigami <chrissi92@hotmail.de>
Fri, 12 Feb 2021 15:21:43 +0000 (16:21 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Feb 2021 15:21:43 +0000 (16:21 +0100)
.github/PULL_REQUEST_TEMPLATE.md
CONTRIBUTING.md

index c2ba97d904cb3395e36b605ebea81fe60578122f..5c83efbaaee841e67549d5ae4c1b5df25f1ea98d 100644 (file)
@@ -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).
+<!--
+  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.
 
+---
 
+<!-- Your PR text -->
index 50957aa3078a91e57448add6643a600096b30fcc..c148e5a0867fd3172db2b1b2048b1d0409dda96c 100644 (file)
@@ -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: