File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,3 +132,11 @@ The fact that pull requests are from branch to branch also strongly suggests
132132that it is a good practice to create a new branch for each pull request.
133133Otherwise you could accidentally modify an open pull request by adding new
134134commits to the source branch.
135+
136+
137+ ## Summary
138+
139+ - Our process isn't just about code now. It's about discussion and
140+ working together to make the whole process better.
141+ - GitHub discussions and reviewing is quite powerful and can make
142+ small changes easy.
Original file line number Diff line number Diff line change @@ -198,3 +198,12 @@ After the update my "branch is up to date" with the upstream repository:
198198- If we later wonder why something was done, we have the issue/proposal as
199199 reference and can read up on the reasoning behind a code change
200200:::
201+
202+
203+
204+ ## Summary
205+
206+ - This forking workflow lets you propose changes to repositories for
207+ which * you have no access* .
208+ - This is the way that much modern open-source software works.
209+ - You can now contribute to any project you can view.
You can’t perform that action at this time.
0 commit comments