Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 728 Bytes

File metadata and controls

21 lines (14 loc) · 728 Bytes

Contributing to PSModule/docs

This repository is the source of truth for PSModule documentation.

Before you change docs

  • Read the relevant page in src/docs/ first.
  • Keep changes small and scoped to one topic.
  • Prefer links to canonical docs over duplicating guidance.

Working in this repository

  • Use the current branch or worktree for the change.
  • Keep commit messages short and specific.
  • Open draft pull requests early for reviewable doc updates.

Review expectations

  • Make wording changes that improve clarity without widening scope.
  • Preserve the existing PSModule doc conventions and link patterns.
  • If a linked guide is missing, add it here in the repository instead of relying on inheritance.