1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
# Bugs and contributions
If you find any bugs in ledger2beancount or believe the conversion from
ledger to beancount could be improved, please [open an
issue](https://github.com/beancount/ledger2beancount/issues). Please
include a small test case so we can reproduce the problem.
If you'd like to contribute code to ledger2beancount, please submit a
[pull request on GitHub](https://github.com/beancount/ledger2beancount/pulls)
or send a `git format-patch` patch (series) to [the authors via
email](authors.md).
Please make sure you add a test case under `tests` and update the
documentation (`docs/`, and possibly `README.md` and
`examples/illustrated.md`).
You can run the test suite with `make test`.
|