From bbb6eda8f95afcbecab9f6539bab7f2e42373ae0 Mon Sep 17 00:00:00 2001 From: geekcom Date: Mon, 28 May 2018 15:26:34 -0300 Subject: [PATCH] minor correction .md files --- CHANGES.md | 18 +++++++++--------- CONTRIBUTING.md | 7 ++++++- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f2ca12a..c3d0ffd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,13 +1,13 @@ Release Notes - PHPJasper - Version 2.7 ======================================================== -** Improvement https://github.com/PHPJasper/phpjasper/issues/99 +* Improvement https://github.com/PHPJasper/phpjasper/issues/99 * improvement in resource '-r' parameter, it's no longer necessary to be connected in database to use resources ________________________________________________________ Release Notes - PHPJasper - Version 2.6 ======================================================== -** Update +* Update * updated for jasperstarter 3.2.1 ________________________________________________________ Release Notes - PHPJasper - Version 2.5 @@ -20,37 +20,37 @@ ________________________________________________________ Release Notes - PHPJasper - Version 2.2 ======================================================== -** Improvement: https://github.com/PHPJasper/phpjasper/issues/30 +* Improvement: https://github.com/PHPJasper/phpjasper/issues/30 * add support for resource option ________________________________________________________ Release Notes - PHPJasper - Version 2.1 ======================================================== -** Refactoring +* Refactoring * strict types activate * add type declarations ________________________________________________________ Release Notes - PHPJasper - Version 2.0 ======================================================== -** Improvement +* Improvement * Support php 7.1 above ________________________________________________________ Release Notes - PHPJasper - Version 1.15 ======================================================== -** Improvement +* Improvement * Updated JasperStarter to Version 3.1.0 ________________________________________________________ Release Notes - JasperStarter - Version 3.1.0 ======================================================== -** New Feature +* New Feature * [JAS-83] - JSON file as a data source -** Task +* Task * [JAS-95] - Include JasperReports 6.4.0 -** Improvement +* Improvement * [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation ________________________________________________________ \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a860382..a3e5a96 100755 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1 +1,6 @@ -**Keep your code clean and organized, happy code.** +# Contributing + +1. Fork it +2. Create your feature branch : `git checkout -b my_new_feature` +3. Commit your changes: `git commit -m "Add some feature"` +4. Push to the branch `git push origin my_new_feature` \ No newline at end of file