Next: Copyright, Previous: Using the BSLTL package, Up: Top [Contents][Index]
In the case that you want to include a new function in the library, submissions will only be accepted when they have the source code documented and they are accompanied by a tutorial (all these should be below General Public License or any compatible). The tutorial can be made with Latex, Texinfo, Markdown, or any support that uses plain text.
To contribute to the BSLTL package using your email account, you can send your proposal to the mailing list
To contribute to the BSLTL package through a patch:
git clone http://git.savannah.gnu.org/r/bsltl.git cd bsltl
git add * git commit -m "Here, you describe the modification made."
git format-patch -1 -o ../