Skip to content

Commit bbb6eda

Browse files
committed
minor correction .md files
1 parent 279a67e commit bbb6eda

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

CHANGES.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Release Notes - PHPJasper - Version 2.7
22
========================================================
3-
** Improvement https://github.com/PHPJasper/phpjasper/issues/99
3+
* Improvement https://github.com/PHPJasper/phpjasper/issues/99
44
* improvement in resource '-r' parameter,
55
it's no longer necessary to be connected in database
66
to use resources
77
________________________________________________________
88
Release Notes - PHPJasper - Version 2.6
99
========================================================
10-
** Update
10+
* Update
1111
* updated for jasperstarter 3.2.1
1212
________________________________________________________
1313
Release Notes - PHPJasper - Version 2.5
@@ -20,37 +20,37 @@ ________________________________________________________
2020

2121
Release Notes - PHPJasper - Version 2.2
2222
========================================================
23-
** Improvement: https://github.com/PHPJasper/phpjasper/issues/30
23+
* Improvement: https://github.com/PHPJasper/phpjasper/issues/30
2424
* add support for resource option
2525
________________________________________________________
2626

2727
Release Notes - PHPJasper - Version 2.1
2828
========================================================
29-
** Refactoring
29+
* Refactoring
3030
* strict types activate
3131
* add type declarations
3232
________________________________________________________
3333
Release Notes - PHPJasper - Version 2.0
3434
========================================================
35-
** Improvement
35+
* Improvement
3636
* Support php 7.1 above
3737
________________________________________________________
3838

3939
Release Notes - PHPJasper - Version 1.15
4040
========================================================
41-
** Improvement
41+
* Improvement
4242
* Updated JasperStarter to Version 3.1.0
4343
________________________________________________________
4444

4545
Release Notes - JasperStarter - Version 3.1.0
4646
========================================================
4747

48-
** New Feature
48+
* New Feature
4949
* [JAS-83] - JSON file as a data source
5050

51-
** Task
51+
* Task
5252
* [JAS-95] - Include JasperReports 6.4.0
5353

54-
** Improvement
54+
* Improvement
5555
* [JAS-84] - How to pass $P{XML_DATA_DOCUMENT} to sub report - additional documentation
5656
________________________________________________________

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
**Keep your code clean and organized, happy code.**
1+
# Contributing
2+
3+
1. Fork it
4+
2. Create your feature branch : `git checkout -b my_new_feature`
5+
3. Commit your changes: `git commit -m "Add some feature"`
6+
4. Push to the branch `git push origin my_new_feature`

0 commit comments

Comments
 (0)