Skip to content

Commit

Permalink
Add some summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Mar 13, 2024
1 parent 8484b3e commit 5783204
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/code-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,11 @@ The fact that pull requests are from branch to branch also strongly suggests
that it is a good practice to create a new branch for each pull request.
Otherwise you could accidentally modify an open pull request by adding new
commits to the source branch.


## Summary

- Our process isn't just about code now. It's about discussion and
working together to make the whole process better.
- GitHub discussions and reviewing is quite powerful and can make
small changes easy.
9 changes: 9 additions & 0 deletions content/forking-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,12 @@ After the update my "branch is up to date" with the upstream repository:
- If we later wonder why something was done, we have the issue/proposal as
reference and can read up on the reasoning behind a code change
:::



## Summary

- This forking workflow lets you propose changes to repositories for
which *you have no access*.
- This is the way that much modern open-source software works.
- You can now contribute to any project you can view.

0 comments on commit 5783204

Please sign in to comment.