From d4eed7ebe249671beeac313cbcac5ce718dee1ad Mon Sep 17 00:00:00 2001 From: Michael Lorant Date: Mon, 8 Jan 2024 10:37:04 +1100 Subject: [PATCH] Add quotes slides 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. --- pages/quotes.md | 43 +++++++++++++++++++++++++++++++++++++++++++ slides.md | 4 ++++ 2 files changed, 47 insertions(+) create mode 100644 pages/quotes.md diff --git a/pages/quotes.md b/pages/quotes.md new file mode 100644 index 0000000..1f02335 --- /dev/null +++ b/pages/quotes.md @@ -0,0 +1,43 @@ +--- +layout: end +--- + +
+ +> Good PRs make the change clear now, and in 6 months when
+> the context is forgotten. Especially so when the author
+> has moved on to the next project (or workplace). + +David Ackroyd
+Principal Software Engineer + +
+ +
+ +> Before raising any PR, I first review the changes myself
+> against the same criteria/standards that I would conduct
+> any code review. + +Stuart Leyland
+Principal Software Engineer + +
+ +
+ +> Well-crafted pull requests demonstrate respect for teammates
+> by ensuring changes are clear and reviewable. They embody
+> technical excellence - facilitating knowledge sharing,
+> improving code quality, and preventing defects over time. + +Claude
+AI + +
+ +
+ +Slides: [mikelorant.github.io/from-ticket-to-pull-request](https://mikelorant.github.io/from-ticket-to-pull-request/) + +
diff --git a/slides.md b/slides.md index 7a6b1a3..270bfb1 100644 --- a/slides.md +++ b/slides.md @@ -39,3 +39,7 @@ src: ./pages/create-the-pull-request.md --- src: ./pages/artificial-intelligence.md --- + +--- +src: ./pages/quotes.md +---