GitScrum / Docs
Todas las Mejores Prácticas

GitScrum para Gestión de Proyectos Open Source

Aprende a usar GitScrum para gestión de proyectos OSS. Configura visibilidad pública, contribuciones comunitarias y workflows de maintainer.

4 min de lectura

How to use GitScrum for open source project management?

GitScrum supports open source projects with contribution tracking, community workflows, and documentation. Create project for your OSS repository, configure columns for contribution workflow, use labels for issue types, track contributors via Team Standup, and document in NoteVault. Structured OSS management increases contributor retention by 40% [Source: OSS Community Health Report 2024].

OSS project setup:

  • Create project - Named for repository
  • Configure columns - Contribution workflow
  • Add labels - Issue types, difficulty
  • Create docs - CONTRIBUTING.md in NoteVault
  • Set up triage - Issue processing workflow
  • Track contributions - Assign and monitor
  • OSS workflow columns

    ColumnPurpose
    TriageNew issues to review
    AcceptedValid issues to work
    In ProgressBeing worked on
    ReviewPRs in review
    DoneMerged/closed

    Labels for OSS projects

    LabelPurpose
    good-first-issueNewcomer friendly
    help-wantedNeeds contributor
    bugBug reports
    featureFeature requests
    docsDocumentation
    breakingBreaking changes
    priority-highUrgent issues

    Documentation in NoteVault

    DocumentContent
    CONTRIBUTINGHow to contribute
    CODE_OF_CONDUCTCommunity standards
    ROADMAPProject direction
    ARCHITECTURETechnical overview
    RELEASE_PROCESSHow releases work

    Community contribution workflow

    StageGitScrum Actions
    Issue createdAuto-column: Triage
    Maintainer reviewsMove to Accepted or close
    Contributor claimsAssign, move to In Progress
    PR submittedMove to Review
    PR mergedMove to Done

    Maintainer workflow with Team Standup

    TimeActivity
    DailyCheck Triage column
    DailyReview PRs in Review column
    WeeklyPost in Team Standup
    MonthlyUpdate NoteVault roadmap

    OSS-specific labels

    DifficultyDescription
    🟢 EasyGood first contribution
    🟡 MediumSome experience needed
    🔴 HardSignificant expertise
    TypeDescription
    🐛 BugSomething broken
    ✨ FeatureNew capability
    📚 DocsDocumentation
    🧪 TestTesting

    Tracking contributor engagement

    MetricHow to Track
    New contributorsWeekly new assignees
    Repeat contributorsRegular Team Standup posters
    Contribution typesLabel analysis
    Time to reviewColumn aging
    Community healthContributors chart

    OSS vs internal projects

    AspectOSS ProjectInternal Project
    TriagePublic issuesTeam backlog
    ContributorsCommunityEmployees
    DocumentationPublic guidesInternal docs
    LabelsDifficulty levelsSprint/priority
    CommunicationAsync-heavyMixed

    Scaling OSS with GitScrum

    ScaleApproach
    Small (1-3 maintainers)Single project
    Medium (4-10)Sub-projects for components
    Large (10+)Multiple projects + labels

    Related articles