aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gardiner <bog@khumba.net>2024-05-06 23:21:48 -0700
committerBryan Gardiner <bog@khumba.net>2024-05-06 23:21:48 -0700
commit350d5fd31d5255b71041858c6a2085d3b1d8daa8 (patch)
tree5866631ce5860b0d6cb3bf97ffb1da3a0058172a
parentf6e7faec003aef91b8aaec934f272ec399026423 (diff)
downloadlazygl2srht-350d5fd31d5255b71041858c6a2085d3b1d8daa8.tar.gz
Add git config for subjectPrefix to the readme.
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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 <bog@khumba.net>