docs/devel: document the behavior of github UI for PRs

pull/6/head
Tamer Tas 2016-08-20 10:11:59 +03:00
parent c8c18b1d5c
commit 361b99bfdd
1 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,8 @@ git push -f origin my-feature
2. Click the "Compare & pull request" button next to your "my-feature" branch. 2. Click the "Compare & pull request" button next to your "my-feature" branch.
3. Check out the pull request [process](pull-requests.md) for more details 3. Check out the pull request [process](pull-requests.md) for more details
**Note:** If you have write access, please refrain from using the GitHub UI for creating PRs, because GitHub will create the PR branch inside the main repository rather than inside your fork.
### When to retain commits and when to squash ### When to retain commits and when to squash
Upon merge, all git commits should represent meaningful milestones or units of Upon merge, all git commits should represent meaningful milestones or units of