aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorN-R-K <79544946+N-R-K@users.noreply.github.com>2021-10-02 07:29:38 +0200
committerGitHub <noreply@github.com>2021-10-02 07:29:38 +0200
commit1dc936d0eeb414a1b13ed3baa35800be3383a181 (patch)
treea64add11839e999dab0533fe9e634e2b24b3288f /CONTRIBUTING.md
parentd3a296a0be1c518cf2d073056e714385a49e8125 (diff)
downloadnsxiv-1dc936d0eeb414a1b13ed3baa35800be3383a181.tar.zst
Move over to nsxiv-extra (#100)
* change wiki links to nsxiv-extra * add User patches section * link to Project-Scope and Contribution-Guideline directly
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2f5c295..3f9ecb1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,7 +1,8 @@
Contribution Guideline
----------------------
-The scope and aim of nsxiv are:
+Project Scope
+-------------
* Bug fixes and maintenance
* Prioritize extensibility and simplicity
@@ -9,7 +10,11 @@ The scope and aim of nsxiv are:
* Do not add extra dependency (if we do, add compile time switch to disable it)
* 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.
-
+
+
+Contribution Guideline
+----------------------
+
When contributing, make sure:
* Your contribution falls under nsxiv's scope and aim