From 36a499a10a155b25b40a5c91ef40eb9812429f7d Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Sun, 17 Aug 2025 11:46:52 -0400 Subject: [PATCH] Update packages/web/CONTRIBUTIONS.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- packages/web/CONTRIBUTIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/CONTRIBUTIONS.md b/packages/web/CONTRIBUTIONS.md index e427aec6..64dd2be5 100644 --- a/packages/web/CONTRIBUTIONS.md +++ b/packages/web/CONTRIBUTIONS.md @@ -72,7 +72,7 @@ Meshtastic Web uses a **monorepo** setup managed with **pnpm workspaces**: 3. **Commit your changes** with a descriptive commit message that follows the [Conventional Commits](https://www.conventionalcommits.org/) style. -4. **Open a Pull Request (PR)** on GitHub against your fork and branch: +4. **Open a Pull Request (PR)** from your fork's branch to the main repository's `main` branch on GitHub: - Clearly describe the problem and solution. - Reference related issues (e.g., `Fixes #123`). - Keep PRs focused on a single feature or fix.