Neue Entwickler

This page is a translated version of the page New Developers and the translation is 68% complete.

Auf dieser Seite wird erklärt, wie man als Entwickler anfängt, der zu technischen Wikimedia-Projekten beitragen möchte.

Willkommen

 
Teilnehmer der Wikimedia Hackathon 2019

Die technische Community von Wikimedia freut sich immer über neue Mitwirkende!

Werde Teil einer globalen Community und erleichtere allen den Zugang zu kostenlosem Wissen!

Wie man anfängt, etwas beizutragen

Die folgenden Schritte sind ein allgemeiner Überblick darüber, wie du einen Beitrag leisten kannst:

  1. Learn the basics of how Wikimedia open source software projects work.
  2. Read the Communication guidelines.
  3. Set up accounts: Create a developer account. Depending on the type of contribution you want to make, you may also need to set up accounts in Phabricator, and set up Git and Gerrit.
  4. Wähle ein Softwareprojekt
  5. Wähle und löse eine Aufgabe (schreibe und teste deinen Code)
  6. Übermittle deine Code-Änderungen zur Überprüfung. Follow the Guide to getting your code reviewed and submit a patch.

The rest of this guide provides additional details about the process.

Grundlagen der Funktionsweise von Wikimedia-Softwareprojekten

Wikimedia hat Softwareprojekte in vielen verschiedenen Bereichen.

Die Betreuer jedes Softwareprojekts wählen die Infrastruktur, die sie bevorzugen. Im Allgemeinen haben die meisten Softwareprojekte:

  • ein Task-Tracking-Tool, mit dem Softwarefehler und Verbesserungswünsche gemeldet, verwaltet und besprochen werden. Beispiele sind Wikimedia Phabricator, GitHub oder Wikimedia GitLab.
  • ein Code-Repository, wo der Quellcode für jedermann "ausgecheckt" werden kann. Beispiele sind Wikimedia Git/Gerrit, GitHub oder Wikimedia GitLab.
  • ein Code-Review-Tool, in dem vorgeschlagene Codeänderungen ("Patches") diskutiert und verbessert werden. Beispiele sind Wikimedia Git/Gerrit, GitHub oder GitLab. Nachdem dein Änderungsvorschlag genehmigt und in das Code-Repository aufgenommen wurde, stehen deine Codeänderungen allen zur Verfügung.
  • allgemeine Orte für Diskussionen über das Softwareprojekt und für Hilfe und Unterstützung. Diese Orte können Mailinglisten, IRC-Chatkanäle, Wiki-Seiten oder andere Orte sein. Die genauen Orte hängen vom jeweiligen Projekt ab.

Wenn du auf Probleme stößt oder Hilfe brauchst, kannst du jederzeit fragen. Um gute Fragen an den richtigen Stellen zu stellen, befolge die "Kommunikationstipps".

Overview of technical areas

For an overview of Wikimedia technology and examples of the major areas where developers can contribute, visit Introduction to the Wikimedia Technical Ecosystem.

Contributing to software in MediaWiki

Are you a user of a MediaWiki wiki looking to add a feature or fix a bug in one? Please see Wie man ein MediaWiki-Hacker wird to learn how to find and contribute to the software project part of MediaWiki you are looking for.

Wähle ein Softwareprojekt

Die folgenden Projekte bieten Ressourcen, Mentoring und suchen nach neuen Entwicklern, die dazu beitragen können. Wähle eines der folgenden Projekte aus und befolge die Projektdokumentation, um deine Entwicklungsumgebung einzurichten, eine Aufgabe auszuwählen, an der gearbeitet werden soll, die Aufgabe zu lösen und Ihre Codeänderungen zur Überprüfung einzureichen. Du kannst kostenfrei zu diesen oder anderen Wikimedia-Projekten beitragen, an denen du interessiert bist. Most can be found by searching for them on Phabricator or online.

 

 

Ein Offline-Reader für Menschen ohne Internetzugang

Commons App für Android

 

Eine App für Android-Geräte zum Hochladen deiner Bilder zu Wikimedia Commons

Wiki Education Dashboard

 

Eine Webanwendung, die Wikipedia-Bildungsaufgaben unterstützt, bietet Daten- und Kursverwaltung für Dozenten und Studenten

  • Erforderliche Fähigkeiten: Ruby, JavaScript
  • Nimm Kontakt auf: #wikimedia-ed connect auf irc.libera.chat
  • Hole Dir den Quellcode: GitHub
  • Lese die DoKumentation
  • Schau Dir die empfohlenen Aufgaben an, an denen zu arbeiten ist: GitHub
  • Mentor(en): Sage Ross

  Pywikibot

 

Eine "Python"-Bibliothek und eine Sammlung von Skripten, die die Arbeit auf MediaWiki-Seiten automatisieren.

  Scribe

 

Scribe provides Wikidata based keyboards for second language learners. Features include translation, verb conjugation and noun-gender annotation. This project is very open to those who want to learn the needed languages and how to work with Wikidata!

  Video-Werkzeug

 

Ein Werkzeug zum Bearbeiten von Videos auf Wikimedia Commons.

  SignIt Firefox Extension

 

Lingua Libre SignIt web-browser extension translates selected written word via an elegant pop up so you learn sign language while reading online. You can add a signed video using Lingualibre.org by selecting a signed language, then video recording yourself while signing.

Bist Du ein Software-Betreuer und möchtest, dass Dein Projekt in die Liste der oben genannten Softwareprojekte aufgenommen wird? Informiere Dich und mach mit!

Outreach-Programme und einzelne Aufgaben

Abgesehen von den oben empfohlenen Softwareprojekten gibt es weitere Möglichkeiten, ein Projekt oder eine Aufgabe auszuwählen, an denen man arbeiten kann:

  Outreach Programme

Wikimedia bietet Praktika in Programmen wie Google Summer of Code und Outreachy an.

  Gute erste Aufgaben

Es gibt viele einzelne Aufgaben (in vielen Softwareprojekten), die für Neulinge geeignet sind.
Es kann jedoch sein, dass für diese Aufgaben keine Mentoren zur Verfügung stehen und dass deine vorgeschlagenen Patches nicht schnell geprüft werden.

Tipps zur Kommunikation

Follow these tips to communicate effectively and get help from community members.

Use Phabricator tasks effectively

When you plan to work on a Phabricator task:

  • No need to ask for permission: You can work on unassigned tasks without asking someone to assign them to you. There is no authority who assigns tasks or who needs to be asked first.
    • If a task already has a recent patch in Gerrit, choose a different task to work on instead.
    • If an existing patch in Gerrit has not been merged and has not seen any changes for a long time, you could improve that existing patch, based on the feedback in Gerrit and in the task.
  • Do your research: When you consider working on a task, do research before you start coding. Look at the code, try to understand what it is supposed to do, read related documentation, and try to find the places where you need to make code changes.
    • In a Phabricator task, use the project tags in the side bar to find the code repository for the task.
    • If you have no idea at all how to fix the bug, consider finding an easier one first.
  • You do not need to announce your plans before you start working on a task, but you should communicate that you are working on the task.
    • When you start work, set yourself as task assignee by clicking Edit Task… in Phabricator, and set your Phabricator username in the Assigned To field. This communicates to others that you are working on it, so they don't duplicate work.
    • When your plans or interests change: If you are no longer working on a task, remove yourself as the assignee of the task. This tells others that they can work on the task, and they won't expect you to still work on it.
  • Follow Phabricator etiquette.
    • In Phabricator tasks, discuss only specific questions about the topic of that task. Don't use Phabricator to ask general questions, like how to set up a development environment or how to fix problems with Gerrit.

Compose good questions

  • Don't ask to ask...just ask!.
  • Be specific and provide context: Instead of simply asking "Can you give me more info?", "Please guide me", or "Please tell me how to start", include the following information in your question:
    • What are you trying to achieve?
    • What have you already tried? Copy and paste your commands and their output (if not too long) instead of paraphrasing in your own words.
    • What have you found out already during your research? Include links to code, documentation, or other resources you already consulted.
  • Use specific titles and subject lines in your communication. "Proposal draft" or "Need help" is not specific.
  • Keep conversations readable: When you reply in Zulip, in Phabricator tasks, or on mailing lists, only quote sections of previous comments that are relevant to your response. If you quote a complete previous comment, it makes threads hard to read.

Follow communication policies and best practices

Before you send or post your question:

Ask in the right place

  • Ask in public: Do not send private messages if your conversation topic is not secret. Private messages don't help others.
  • Ask and discuss in the best place:
    • In Phabricator tasks, discuss only specific questions about the topic of that task.
    • Ask general technical questions, like how to set up a development environment or how to fix problems with Gerrit, in the places listed on Kommunikation .
    • If you take part in an outreach program, then Zulip is for discussing questions about the outreach programs themselves.

Be patient

After you post your question:

  • Do not ask people for code review in a separate message. People receive Gerrit and Phabricator notifications and will respond when they can.
  • When seeking input and comments, especially during weekends and holidays, you may need to wait until business hours resume. On chat channels like IRC: if nobody answers, try again at a different time; don't just give up!
  • If you don't get an answer even after waiting and being patient, consider if other Communication channels might be a better place to ask your question.

Zusätzliche Ressourcen

Um deine Fragen zu stellen und dich an allgemeinen Diskussionen zu beteiligen, schau auf den Seiten von Kommunikation vorbei.