summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStefan Daschek <[email protected]>2020-06-10 18:30:38 +0200
committerGitHub <[email protected]>2020-06-10 18:30:38 +0200
commit9c898dd11f6dcebd0843192ab952e8b36cdc511c (patch)
treef73172f4662b69431b616f3bd919333e1f0af4a9
parent5a5c09132060f1270849c2535d00c456a31fa02a (diff)
downloadcaxlsx-9c898dd11f6dcebd0843192ab952e8b36cdc511c.tar.gz
caxlsx-9c898dd11f6dcebd0843192ab952e8b36cdc511c.zip
Add section about known bugs.
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index ef7ff72b..2ac2ff68 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,10 @@ p.use_shared_strings = true
p.serialize('simple.xlsx')
```
+## Known Bugs
+
+There’s a [list of known bugs](https://github.com/caxlsx/caxlsx/issues?q=is%3Aissue+is%3Aopen+label%3A%22known+bug%22). (If you want to contribute to caxlsx, this is a good place to start!)
+
## Contributing
See [CONTRIBUTING.md](https://github.com/caxlsx/caxlsx/blob/master/CONTRIBUTING.md)