IMPORTANT: IF YOU WANT TO REPORT A SECURITY VULNERABILITY, PLEASE USE SECURITY ADVISORIES TO FILE A PRIVATE REPORT.
If you wish to contribute to the Float Toolkit codebase, feel free to fork the repository and submit a pull request.
- Refer to the documentation to make sure the error is actually a bug and not a mistake of your own.
- Make sure the issue hasn't already been reported or suggested.
- Fork and clone the repository, and checkout the corresponding branch (
docs
for documentation,master
for anything else). DO NOT modify thestable
branch. - Make your changes (add or modify tests and documentation comments as necessary to cover your changes).
- Run
npm run build
(or VSCode task ESBuild: Compile and generate documentation) to run the tests and build the package and documentation (you can usenpm link
to try it locally). - Submit a pull request.