mapillary / mapillary/OpenSfM

Change of main branch : from `master` to `main`

Open
#797 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

installation
Dominant language
Python
Stars
3.8k
Forks
899
PR merge metrics
No merged PRs in 30d

Description

Dear users and contributors,

As per our contributing guidelines and code-of-conduct, we're moving away from using the terminology master to using main instead, when speaking of the default git branch.

Anyone who has checked out this repository locally will need to run the following to keep sync with master/main :

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

The OpenSfM team.

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

Start with the contributing guidelines and code-of-conduct referenced in the issue, then search the repository for references to master. Done when contributor-facing terminology and local checkout guidance consistently use main, and the listed Git commands remain accurate.

Written by the indexing model from the issue text.

Assessment

Tech stack
git
Domain
documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.