From 6e6e8ce8ca3201d5664a6f60d7363216686c1a20 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 4 Jul 2022 18:09:24 +1000 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33dbbbfbf..11fb75202 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,6 +6,10 @@ When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change. +## PR walkthrough + +[This video](https://www.youtube.com/watch?v=kNavnhzZHtk) walks through the process of adding a small feature to lazygit. If you have no idea where to start, watching that video is a good first step. + ## All code changes happen through Pull Requests Pull requests are the best way to propose changes to the codebase. We actively