From 350d5fd31d5255b71041858c6a2085d3b1d8daa8 Mon Sep 17 00:00:00 2001 From: Bryan Gardiner Date: Mon, 6 May 2024 23:21:48 -0700 Subject: Add git config for subjectPrefix to the readme. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 4427878..5304107 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ following contents, and mark the file as executable with `chmod +x`: black --check import_issues.py +Please also run the following command on your local copy of the repository, so +that patches are clearly labelled on the list; see `git-format-patch(1)` for +more info: + + git config format.subjectPrefix "PATCH lazygl2shrt" + ## License Copyright 2024 Bryan Gardiner -- cgit