GitScrum / Docs
Toutes les Bonnes Pratiques

What Is NoteVault for Project Documentation?

NoteVault is GitScrum's project-linked documentation system with revision history. Keep technical docs, meeting notes, and decisions directly connected to your project board.

3 min de lecture

What is NoteVault for project documentation?

NoteVault is GitScrum's built-in documentation feature that stores project notes with full revision history. Unlike separate wiki tools, NoteVault lives inside your project, ensuring documentation stays connected to actual work. It supports rich text, visibility controls (public/private), and tracks all changes with author attribution [Source: GitScrum Documentation].

NoteVault features

FeatureDescription
Rich text editorFormat docs with headers, lists, code blocks
Revision historyTrack all changes with timestamps
Author attributionSee who changed what
Visibility controlsPublic or private notes
Project-linkedLives inside your project
SearchableFind notes quickly

What to store in NoteVault:

  • Architecture decisions - Record ADRs with reasoning
  • Onboarding guides - New developer setup steps
  • API documentation - Endpoint specs and examples
  • Meeting notes - Sprint planning, retro outcomes
  • Deployment procedures - How to release to production
  • Technical debt log - Track what needs improvement
  • Runbooks - Incident response procedures
  • Decision records - Why we chose X over Y
  • Why integrated documentation works better

    Separate WikiNoteVault
    Different tool, different loginSame tool as tasks
    Easy to forget to updateNatural to update alongside work
    Disconnected from contextLinked to project
    No revision tracking in PM toolFull history
    Teams stop using itTeams actually use it
    40% docs become stale in 6 monthsStays current with project

    How to organize NoteVault notes

    CategoryNotes
    Getting StartedSetup guide, access instructions
    ArchitectureSystem overview, ADRs
    ProcessesDevelopment workflow, review guidelines
    TechnicalAPI docs, database schema
    OperationsRunbooks, deployment
    MeetingsSprint notes, retros

    NoteVault best practices

    • One note per topic - Keep notes focused
    • Update during work - Don't wait until later
    • Use descriptive titles - Searchable names
    • Review quarterly - Check for stale content
    • Assign owners - Each doc has a maintainer

    Related articles