diff options
Diffstat (limited to '.venv/lib/python3.12/site-packages/olefile/doc/Contribute.md')
| -rw-r--r-- | .venv/lib/python3.12/site-packages/olefile/doc/Contribute.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.venv/lib/python3.12/site-packages/olefile/doc/Contribute.md b/.venv/lib/python3.12/site-packages/olefile/doc/Contribute.md new file mode 100644 index 00000000..0de1e4b8 --- /dev/null +++ b/.venv/lib/python3.12/site-packages/olefile/doc/Contribute.md @@ -0,0 +1,28 @@ +How to Suggest Improvements, Report Issues or Contribute +======================================================== + +This is a personal open-source project, developed on my spare time. Any contribution, suggestion, feedback or bug report is welcome. + +To **suggest improvements, report a bug or any issue**, please use the [issue reporting page](https://bitbucket.org/decalage/olefileio_pl/issues?status=new&status=open), providing all the information and files to reproduce the problem. + +If possible please join the debugging output of olefile. For this, launch the following command : + + :::text + olefile.py -d -c file >debug.txt + + +You may also [contact the author](http://decalage.info/contact) directly to **provide feedback**. + +The code is available in [a Mercurial repository on Bitbucket](https://bitbucket.org/decalage/olefileio_pl). You may use it to **submit enhancements** using forks and pull requests. + +-------------------------------------------------------------------------- + +olefile documentation +--------------------- + +- [[Home]] +- [[License]] +- [[Install]] +- [[Contribute]], Suggest Improvements or Report Issues +- [[OLE_Overview]] +- [[API]] and Usage |
