Skip to content

Improve documentation clarity and fix duplicate comments in Make command#1432

Open
23F2004693 wants to merge 1 commit intosupabase:mainfrom
23F2004693:patch-3
Open

Improve documentation clarity and fix duplicate comments in Make command#1432
23F2004693 wants to merge 1 commit intosupabase:mainfrom
23F2004693:patch-3

Conversation

@23F2004693
Copy link
Copy Markdown

This PR improves documentation clarity in the development setup section:

  • Fixed duplicate and confusing comments in the make ci -jN command
  • Improved explanations for development dependencies (uv, make, docker, supabase-cli)
  • Minor grammar and clarity improvements

No functional changes. Only documentation improvements.

What kind of change does this PR introduce?

Bug fix, feature, docs update, ...

What is the current behavior?

Please link any relevant issues here.

What is the new behavior?

Feel free to include screenshots if it includes visual changes.

Additional context

Add any other context or screenshots.

This PR improves documentation clarity in the development setup section:

- Fixed duplicate and confusing comments in the `make ci -jN` command
- Improved explanations for development dependencies (`uv`, `make`, `docker`, `supabase-cli`)
- Minor grammar and clarity improvements

No functional changes. Only documentation improvements.
Copilot AI review requested due to automatic review settings March 28, 2026 19:21
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the root README’s local development documentation to be clearer and remove confusing/duplicated guidance around running make targets (especially parallel CI runs).

Changes:

  • Clarifies the development dependency list (uv, make, docker, supabase-cli) with more explicit explanations.
  • Simplifies the description of how make is used to run commands across packages.
  • Updates the make ci -jN note to better explain parallel execution and provide an example.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- `make` is used for running project commands.
- `docker` is used for running `postgrest` and `auth` test containers.
- `supabase-cli` is used for running `storage` and `realtime` test containers.
-
Copy link

Copilot AI Mar 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is an empty bullet item here (- with no content), which renders as a blank list entry and can also make the surrounding Markdown formatting confusing. Remove this list item (use a blank line instead if you want spacing) so the dependency list renders cleanly.

Suggested change
-

Copilot uses AI. Check for mistakes.
@23F2004693
Copy link
Copy Markdown
Author

Hi! This PR improves documentation clarity. Happy to make any changes if needed. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants