{% extends "base.html" %} {% load static %} {% load i18n %} {% block title %}{% translate "Contribute!" %}{% endblock %} {% block content %}
{% blocktranslate %}wger Workout Manager is build by volunteers, the development process is open and freely accessible to anybody interested. If you are new to the free software world, we recommend to take a look this article which summarizes they way open source projects work very well. {% endblocktranslate %}
{% blocktranslate %}Any kind of contribution is appreciated and welcome. Use this opportunity and influence the direction of the project. {% endblocktranslate %}
{% blocktranslate %}Simply use the site and tell your friends how useful it is! ;) . When you find something that you specially liked, could need some improvements or just doesn't work, tell us! This might not sound like much, but is incredibly important!{% endblocktranslate %}
{% translate "Get in touch" %} »{% blocktranslate %}Submit those cool exercises that you absolutely love and do every week but are not in the list yet. If you think some description is too short or some other detail is missing or could be improved, tell!{% endblocktranslate %}
{% if user.is_authenticated and not user.userprofile.is_temporary %} {% translate "Add exercise" %} » {% else %} {% translate "Only registered users can do this" %} » {% endif %}{% blocktranslate %}Do you want to use wger in your own language? Do you think the current translation could be improved? The translations are easily managed and edited online, if you are interested, visit the link and start translating.{% endblocktranslate %}
{% translate "Translate" %} »{% blocktranslate %}Obviously, you are highly encouraged to clone the repo and start hacking! Once you are ready, send a pull request and we will show the world. Take a look at the developer guide for more details on this.{% endblocktranslate %}
{% translate "Get the code" %} » {% endblock %} {% block sidebar %}