Skip to content

Commit 5783204

Browse files
committed
Add some summaries
1 parent 8484b3e commit 5783204

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

content/code-review.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,11 @@ The fact that pull requests are from branch to branch also strongly suggests
132132
that it is a good practice to create a new branch for each pull request.
133133
Otherwise you could accidentally modify an open pull request by adding new
134134
commits 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.

content/forking-workflow.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)