1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Document features and changes for phase 2.5 of master/main transition (#15745)

This commit is contained in:
Matt Pollard
2020-10-02 01:43:01 +02:00
committed by GitHub
parent 16dd6b4654
commit aa3a4edb62
80 changed files with 206 additions and 191 deletions

View File

@@ -67,7 +67,7 @@ Commits are only counted if they are made in the default branch or the `gh-pages
If your commits are in a non-default or non-`gh-pages` branch and you'd like them to count toward your contributions, you will need to do one of the following:
- [Open a pull request](/articles/creating-a-pull-request) to have your changes merged into the default branch or the `gh-pages` branch.
- [Change the default branch](/articles/setting-the-default-branch) of the repository.
- [Change the default branch](/github/administering-a-repository/changing-the-default-branch) of the repository.
{% warning %}