Change of main branch : from `master` to `main`
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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