File: contributing.md

package info (click to toggle)
ledger2beancount 2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 904 kB
  • sloc: perl: 1,920; sh: 151; makefile: 22
file content (18 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (2)
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`.