Update contributing guidelines

This commit is contained in:
Harry Jeffery 2021-12-08 01:36:00 +00:00
parent 5e36d10afc
commit 9acf93c356
3 changed files with 9 additions and 6 deletions

View file

@ -1,5 +1,5 @@
Author and maintainer of imv: Author and maintainer of imv:
* Harry Jeffery <harry@exec64.co.uk> * Harry Jeffery <me@harry.pm>
People who have contributed to imv: People who have contributed to imv:
* Carlo Abelli * Carlo Abelli
@ -14,5 +14,5 @@ People who have contributed to imv:
* Sebastian Parborg * Sebastian Parborg
--- ---
When submitting a patch or pull request to imv, feel free to add yourself to When submitting a patch to imv, feel free to add yourself to this list, in
this list, in alphabetical surname order. alphabetical surname order.

View file

@ -1,9 +1,10 @@
imv Contributing Guidelines imv Contributing Guidelines
=========================== ===========================
1) Please keep pull requests rebased onto the latest master. All merges should 1) Please submit all patches to ~exec64/imv-devel@lists.sr.ht with
be simple fast-forward merges. While rebasing, tidy up and merge your commits a subject line prefixed with [PATCH imv] or [PATCH imv v2] as
as you think appropriate. 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. 2) Please ensure that your changes fit with the existing coding style of imv.
Strictly no tabs, and 2 spaces of indentation. Strictly no tabs, and 2 spaces of indentation.

View file

@ -4,6 +4,8 @@ imv - X11/Wayland Image Viewer
`imv` is a command line image viewer intended for use with tiling window managers. `imv` is a command line image viewer intended for use with tiling window managers.
[Project home](https://sr.ht/~exec64/imv/)
Features Features
-------- --------