From 9acf93c3563cb79366e3112674c09aceb171f76f Mon Sep 17 00:00:00 2001 From: Harry Jeffery Date: Wed, 8 Dec 2021 01:36:00 +0000 Subject: [PATCH] Update contributing guidelines --- AUTHORS | 6 +++--- CONTRIBUTING | 7 ++++--- README.md | 2 ++ 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 571ed3d..2e13cf5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ Author and maintainer of imv: - * Harry Jeffery + * Harry Jeffery People who have contributed to imv: * Carlo Abelli @@ -14,5 +14,5 @@ People who have contributed to imv: * Sebastian Parborg --- -When submitting a patch or pull request to imv, feel free to add yourself to -this list, in alphabetical surname order. +When submitting a patch to imv, feel free to add yourself to this list, in +alphabetical surname order. diff --git a/CONTRIBUTING b/CONTRIBUTING index ca0eb5c..9ec3027 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,9 +1,10 @@ imv Contributing Guidelines =========================== -1) Please keep pull requests rebased onto the latest master. All merges should - be simple fast-forward merges. While rebasing, tidy up and merge your commits - as you think appropriate. +1) Please submit all patches to ~exec64/imv-devel@lists.sr.ht with + a subject line prefixed with [PATCH imv] or [PATCH imv v2] as + appropriate. This will help ensure that CI is run against your + patch automatically. 2) Please ensure that your changes fit with the existing coding style of imv. Strictly no tabs, and 2 spaces of indentation. diff --git a/README.md b/README.md index 7d5c1f5..a57a4d3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ imv - X11/Wayland Image Viewer `imv` is a command line image viewer intended for use with tiling window managers. +[Project home](https://sr.ht/~exec64/imv/) + Features --------