Skip to content

Commit caa359f

Browse files
committed
Add the new author and a paragraph about contributions.
1 parent 6266ec2 commit caa359f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,13 @@ The complete documentation is available on Read The Docs:
121121

122122
`python-asn1.readthedocs.io <https://python-asn1.readthedocs.io/en/latest/>`_
123123

124+
Contributing
125+
============
126+
127+
Contributions to Python-ASN1 are welcome. If you want to contribute, please fork the repository on GitHub, make your changes and submit a pull request (PR).
128+
Please make sure that your code is properly tested and that all tests pass.
129+
In particular, tests should pass for old versions of Python (2.7 and from 3.5 to 3.14).
130+
You can use the provided Docker file to test your code on all those versions of Python.
124131

125132
License
126133
=======
@@ -136,3 +143,4 @@ The following people have contributed to Python-ASN1. Collectively they own the
136143

137144
* Geert Jansen (geert@boskant.nl): `original implementation <https://github.com/geertj/python-asn1>`_.
138145
* Sebastien Andrivet (sebastien@andrivet.com)
146+
* Filippo Santovito (filippo.santovito@gmail.com)

0 commit comments

Comments
 (0)