TheVicky1 / TheVicky1/Pact_OS

docs: add quick-reference command table to developer guide

Open Beginner friendly
#13 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area:documentation beginner friendly community contributions-welcome difficulty:beginner difficulty:easy enhancement good first issue help wanted time:<15m type:docs up-for-grabs
Dominant language
TypeScript
Stars
5
Forks
7
Avg merge
39m
Merged PRs (30d)
39

Description

🎯 What needs to be done

Add a clean Markdown table summarizing all key local developer commands at the top of docs/DEVELOPMENT.md.

Why this matters

Developers frequently consult docs/DEVELOPMENT.md to find verification and test commands. A top-level summary table makes onboarding significantly faster.

📍 Where to work

  • docs/DEVELOPMENT.md

🧭 Implementation guidance

  1. Open docs/DEVELOPMENT.md.
  2. Add a table with columns: Command, Description, and When to Run covering:
    • npm run dev
    • npm run lint
    • npx tsc --noEmit
    • node scratch/run-tests.mjs
    • node scratch/secret-scan.mjs
    • npm run build

✅ Acceptance criteria

  • Table is well-formatted and easy to scan.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open docs/DEVELOPMENT.md and review its existing structure before adding the quick-reference section at the top. Include the six listed commands with Command, Description, and When to Run columns; done means the Markdown table is well-formatted and easy to scan.

Written by the indexing model from the issue text.

Assessment

Tech stack
node.js, typescript
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Active
Clarity
Clearly specified
Newbie friendliness
92/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.