Skip to content

Conversation

@Ansh0928
Copy link
Contributor

@Ansh0928 Ansh0928 commented Feb 4, 2026

Fixes #2692

Problem

The current "Getting Started" section in CONTRIBUTING.md lacks instructions on how to keep a local fork in sync with the upstream repository. This can lead to contributors basing their work on stale code, resulting intro merge conflicts or CI failures.

Solution

Added explicit steps to:

  1. Configure the upstream remote.
  2. Fetch and merge the latest changes from upstream/main before creating a feature branch.

This ensures a smoother contribution experience for newcomers.

Fixes adenhq#2692

Added steps to configure the upstream remote and sync the main branch
before creating a feature branch. This helps contributors avoid starting
from stale code and reduces merge conflicts.
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.

Improve CONTRIBUTING.md file by adding upstream sync step before creating a feature branch

1 participant