-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add slides for the quotes section. This slide also acts as the end of the presentation and provides a link to where the slides are hosted.
- Loading branch information
1 parent
bfa4e42
commit d4eed7e
Showing
2 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
layout: end | ||
--- | ||
|
||
<div class="absolute left-50px top-20px text-left"> | ||
|
||
> Good PRs make the change clear now, and in 6 months when <br /> | ||
> the context is forgotten. Especially so when the author <br /> | ||
> has moved on to the next project (or workplace). | ||
David Ackroyd <br /> | ||
Principal Software Engineer | ||
|
||
</div> | ||
|
||
<div class="absolute right-40px top-140px text-left"> | ||
|
||
> Before raising any PR, I first review the changes myself <br /> | ||
> against the same criteria/standards that I would conduct <br /> | ||
> any code review. | ||
Stuart Leyland <br /> | ||
Principal Software Engineer | ||
|
||
</div> | ||
|
||
<div class="absolute left-180px top-310px text-left"> | ||
|
||
> Well-crafted pull requests demonstrate respect for teammates <br /> | ||
> by ensuring changes are clear and reviewable. They embody <br /> | ||
> technical excellence - facilitating knowledge sharing, <br /> | ||
> improving code quality, and preventing defects over time. | ||
Claude <br /> | ||
AI | ||
|
||
</div> | ||
|
||
<div class="absolute right-50px bottom-50px"> | ||
|
||
Slides: [mikelorant.github.io/from-ticket-to-pull-request](https://mikelorant.github.io/from-ticket-to-pull-request/) | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters