Commit df4209d6 authored by Robert Izzard's avatar Robert Izzard
Browse files

add community guidelines

parent cfa9ec61
Loading
Loading
Loading
Loading
+16 −3
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ as hashes or in Python as dictionaries. Input and output as JSON
is included. *Libcdict* is designed to be fast and included most of 
the features you would expect in Perl or Python.

Copyright 2022 Robert Izzard.
Copyright 2023 Robert Izzard.

Repositories at time of writing:
https://gitlab.com/rob.izzard/libcdict
@@ -1295,7 +1295,7 @@ Cdict 0x55d2cf157030 : nkeys 7, nvalues 7, max_depth 2

Of libcdict, Robert Izzard. 
Daniel Nemergut very kindly contributed the Fortran interface.
David Hendriks performed many tests of the code and helped with documentation.
David Hendriks performed many tests of the code, by using it in his binary_c-python project https://gitlab.com/binary_c/binary_c-python, and helped with documentation.

External code from and probably modified in *libcdict*:
* uthash by Troy Hanson 
@@ -1312,7 +1312,6 @@ Originally part of the binary_c project https://gitlab.com/binary_c/
http://troydhanson.github.com/uthash/
Please see its usage licence in uthash.h.


*libcdict* uses the code from ryu, (c) Ulf Adams
https://github.com/ulfjack/ryu
This is licenced under the Boost licence, see
@@ -1329,3 +1328,17 @@ which is released under the Apache licence

Many thanks to the authors of these codes, without you
*libcdict* would not be what it is.

# Community guidelines

## Contribution to the software

Should you wish to contribute to the software, please submit new code via libcdict's gitlab page via its merge-requests feature.

## Report issues or problems with the software

Should you wish to report issues software, please do this via libcdict's gitlab page "issues" feature. 

## Seek support

You can seek support by raising issues on libcdict's gitlab page.