clarify project goals (#173)

Closes: https://github.com/nsxiv/nsxiv/issues/148
This commit is contained in:
N-R-K
2021-12-01 18:24:45 +06:00
committed by GitHub
parent 127abbea77
commit 5e0b715ecd
2 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,10 @@ Project Scope
* New features may be added if it cannot be achieved (easily) via a shell script,
doesn't break backwards compatibility and doesn't violate any of the above rules.
Note: Since we aim to be a drop-in replacement for sxiv, we intend to keep all
sxiv's behaviors/features even in cases where removing them would make the
code-base simpler.
Contribution Guideline
----------------------