Reporting bugs

The Balau library is in active development. Although care has been taken to define test cases for a variety of use cases for each component, it is possible that an untested use case may have a defect.

The proposed procedure for reporting and fixing defects is as follows.

  1. Create one or more Balau test cases for the defect. All defect reports should include at least one test case that reproduces the defect. One option to achieve this is to create your own fork of the library and add your test case to your repository.
  2. Either: report the defect on the main repository issue page here;
  3. Or: fix the defect in your own fork and submit a pull request to merge it to the main repository.