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
|
Contributing
================
There are a few ways you can support the ``tkinter-tooltip`` project.
Financial Support
------------------
You can support us financially by becoming a **GitHub Sponsor** or by
making a **PayPal Donation**.
.. grid:: 2
:gutter: 0
:class-container: sd-text-center sd-pt-4
:class-row: sd-align-minor-center
.. grid-item::
.. button-link:: https://github.com/sponsors/gnikit
:ref-type: ref
:outline:
:color: danger
:class: sd-px-2 sd-fs-4
Become a **Sponsor**
:octicon:`mark-github;2em;sd-text-black`
:octicon:`heart-fill;2em;sd-text-danger`
.. grid-item::
.. button-link:: https://www.paypal.com/paypalme/inikit
:ref-type: ref
:color: primary
:class: sd-px-2 sd-fs-5
Make a **Donation**
:fa:`fa-paypal`
Contributing Code
-----------------
.. include:: ./../CONTRIBUTING.md
:parser: myst_parser.sphinx_
:start-line: 2
|