CONTRIBUTING.md (zxing-zxing-3.4.1) | : | CONTRIBUTING.md (zxing-zxing-3.5.0) | ||
---|---|---|---|---|
skipping to change at line 33 | skipping to change at line 33 | |||
Bug reports without an associated pull request will generally be closed. | Bug reports without an associated pull request will generally be closed. | |||
However, bug reports with a pull request are likely to be merged promptly. | However, bug reports with a pull request are likely to be merged promptly. | |||
## FAQ | ## FAQ | |||
Please search previous issues for an answer before opening a pull request. A few common ones | Please search previous issues for an answer before opening a pull request. A few common ones | |||
are listed here. | are listed here. | |||
### I get a compilation error. | ### I get a compilation error. | |||
While you can check the build status at [Travis](https://travis-ci.org/zxing/zxi ng) to confirm, | While you can check the build status on Github to confirm, | |||
the project correctly builds and passes tests at all times. | the project correctly builds and passes tests at all times. | |||
90% of the time it's due to using an old version of Java. Version 3.4+ require J ava 8. | 90% of the time it's due to using an old version of Java. Version 3.4+ require J ava 8. | |||
Use earlier versions with Java 7 and earlier. | Use earlier versions with Java 7 and earlier. | |||
### This barcode doesn't decode. | ### This barcode doesn't decode. | |||
Not all images will decode. All else equal, more is better, but this is not acce pted as a bug | Not all images will decode. All else equal, more is better, but this is not acce pted as a bug | |||
report. A pull request that makes changes to make the barcode decode without dec reasing the net | report. A pull request that makes changes to make the barcode decode without dec reasing the net | |||
number of barcodes recognized in the unit tests may be considered. | number of barcodes recognized in the unit tests may be considered. | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |