.. _developers-guide-index: ############ Contributing ############ Thank you for your interest in helping to improve FastF1! There are various ways to contribute to FastF1. All of them are super valuable but don't necessarily require writing code at all. For example: - contributing to the documentation - opening new issues for bugs - requesting new features - asking for clarification on things you find unclear - fixing bugs - writing example scripts for the gallery .. raw:: html
Report a bug Request a feature Contribute code Write documentation
.. toctree:: :maxdepth: 2 contributing.rst devenv_setup.rst testing.rst documenting_fastf1.rst coding_guide.rst **Acknowledgement**: This contribution guide is heavily based on and in large parts copied over and adapted from Matplotlibs documentation. There's no need to reinvent the wheel if others have done a great job of explaining things already.