1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
# Contribute to stravalib
We welcome contributions of all kinds to stravalib! Below are
some resources to help you get started.
::::{grid} 1 1 1 2
:class-container: text-center
:gutter: 3
:::{grid-item-card}
:link: how-to-contribute
:link-type: doc
✨ **Contributing Guide** ✨
^^^
Contributing guidelines for stravalib.
:::
:::{grid-item-card}
:link: development-guide
:link-type: doc
✨ **Development Guide** ✨
^^^
Learn about our development infrastructure and workflows.
:::
:::{grid-item-card}
:link: build-release-guide
:link-type: doc
✨ **Build & Release Guide** ✨
^^^
Learn about our build and release workflow. We use version control based versioning.
:::
:::{grid-item-card}
:link: resources-for-new-contributors
:link-type: doc
✨ **Contributor Resources** ✨
^^^
If you are new to contributing to open source software, these resources will help you get started.
:::
:::{toctree}
:hidden:
:caption: Contributing
:maxdepth: 2
Contributing Guide <../contributing/how-to-contribute>
Development Guide <../contributing/development-guide>
Inheritance <../contributing/inheritance>
Build & Release Guide <../contributing/build-release-guide>
New Contributor Resources <../contributing/resources-for-new-contributors>
:::
|