Modul 3: Projekte sichtbar machenModule 3: Make projects visible
Modul 3 von 6 · ⏱ ca. 25 MinutenModule 3 of 6 · ⏱ ~25 minutes
Issues als Aufgaben, Labels als Kategorien, Project Boards als Kanban.Issues as tasks, labels as categories, project boards as Kanban.
- 5 Issues mit Titeln, Beschreibungen und Labels erstellenCreate 5 issues with titles, descriptions, and labels
- Ein Kanban-Board (GitHub Projects) mit 3 Spalten aufsetzenSet up a Kanban board (GitHub Projects) with 3 columns
- Issues per Drag & Drop zwischen Spalten verschiebenMove issues between columns via drag & drop
Issues sind nicht nur für BugsIssues aren't just for bugs
Ein Issue ist eine universelle Aufgaben-Einheit. Es kann ein Bug sein, aber auch: eine Idee, eine Aufgabe, eine Frage, ein Verbesserungsvorschlag. Denk an Post-Its auf einem Whiteboard — nur digital und nachvollziehbar.An issue is a universal task unit. It can be a bug, but also: an idea, a task, a question, a suggestion. Think of Post-Its on a whiteboard — but digital and traceable.
- Öffne dein Repository → klicke auf den Tab „Issues"Open your repository → click the "Issues" tab
- Klicke „New issue"Click "New issue"
- Titel:
Projektplan finalisierenTitle:Finalize project plan - Beschreibung: Schreibe 2-3 Sätze was zu tun istDescription: Write 2-3 sentences about what needs to be done
- Klicke „Submit new issue"Click "Submit new issue"
- Öffne dein Issue → klicke rechts auf „Labels"Open your issue → click "Labels" on the right
- Wähle ein Label (z.B.
enhancementoder erstelle ein eigenes:Priorität: hoch)Pick a label (e.g.,enhancementor create your own:Priority: high)
Stell dir vor, du organisierst eine Konferenz. Erstelle Issues für:Imagine you're organizing a conference. Create issues for:
Venue recherchieren und buchenResearch and book venueSpeaker anfragenReach out to speakersCatering organisierenOrganize cateringTeilnehmer-Registrierung aufsetzenSet up attendee registration
- Gehe auf github.com → klicke oben auf dein Profilbild → „Your projects"Go to github.com → click your profile picture → "Your projects"
- Klicke „New project" → wähle „Board"Click "New project" → choose "Board"
- Name:
Konferenz-PlanungName:Conference Planning - Du siehst drei Spalten: Todo, In Progress, DoneYou see three columns: Todo, In Progress, Done
- Im Project Board: Klicke „+ Add item" unten in der Todo-SpalteIn the project board: Click "+ Add item" at the bottom of the Todo column
- Suche dein Repository und wähle deine Issues ausSearch your repository and select your issues
- Ziehe ein Issue per Drag & Drop von Todo nach In ProgressDrag an issue from Todo to In Progress
🎉 Modul 3 geschafft!Module 3 complete!
Du hast Issues erstellt, Labels vergeben und ein Kanban-Board aufgesetzt. Dein Projekt ist jetzt sichtbar und organisiert.You created issues, assigned labels, and set up a Kanban board. Your project is now visible and organized.
- Mindestens 5 Issues mit unterschiedlichen LabelsAt least 5 issues with different labels
- Ein Kanban-Board mit Issues in mindestens 2 verschiedenen SpaltenA Kanban board with issues in at least 2 different columns
👉 Nächster Schritt: In Modul 4 lernst du den Pull-Request-Workflow — Feedback direkt an der betroffenen Zeile, statt E-Mail-Ping-Pong. 👉 Next: In Module 4 you'll learn the pull request workflow — feedback directly on the affected line, instead of email ping-pong.
📖 Glossar📖 Glossary
- Issue
- Eine Aufgabe, Idee oder Frage — wie ein digitales Post-It mit Diskussionsmöglichkeit.A task, idea, or question — like a digital Post-It with discussion built in.
- Label
- Farbiger Marker zum Kategorisieren von Issues (Priorität, Typ, Status).Colored marker for categorizing issues (priority, type, status).
- Milestone
- Ein Zielpunkt dem du Issues zuordnen kannst — z.B. „Launch v1.0" oder „Konferenz-Tag".A goal point you can assign issues to — e.g., "Launch v1.0" or "Conference day".
- Project Board
- Kanban-Ansicht (Todo / In Progress / Done) für deine Issues.Kanban view (Todo / In Progress / Done) for your issues.