Skip to content

How to contribute

Riemaru Karurosu edited this page May 30, 2023 · 6 revisions

Contributing

If you're working on a existing Issue:

  • Go to Projects and assign the card to you

If the issue doesn't exist:

  • Open a new issue, then assign it to you.

If you wan't to implement a new feature:

Remember to follow code guidelines (not mandatory but Recommended)

Finally: Fork the repository Create your feature branch: git checkout -b my-new-feature Stage changes git add . Commit your changes Push to the branch: git push origin my-new-feature Submit a pull request

Code Guidelines

We follow the Python Enhancedment Proposal 8.

Versions

I messed up versions at bd208f, naming the developer version as 1.0, so version 1.X will not be a release, until 2.0

Why Zerotierlib is not following this PEP.

I start this repo as a hobby project, not prepared to be contributed, we will fix this ASAP.

Design Guidelines

We follow the Gnome Human Interfaces Guidelines.

Useful Documentation:

Frontend:

Backend:

Flatpak:

  • [Flatpak docs] ()