Commit 361b99bf authored by Tamer Tas's avatar Tamer Tas

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

parent c8c18b1d
...@@ -225,6 +225,8 @@ git push -f origin my-feature ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment