summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-03-08 15:43:08 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-03-10 12:40:04 +0100
commit40019b4384c01dd75a554295151ff7d22f5ff68e (patch)
tree66be95d2f9a76230765514427d19bbbcef3bc939 /CONTRIBUTING.md
parent501f4f3111fc5c91d02f96b5e25e99e877339cd6 (diff)
Update {README,CONTRIBUTING}.md to contain more detailed information
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 38795528..27f4b579 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,6 +23,19 @@ your history before merging!
Make sure to prefix your commits with `"doc: "` if you change the document. Do
not change document and code in one commit, always seperate them.
+# Merging tools which use the imag core functionality into this repo
+
+If you're writing an application or module for imag, feel free to propose
+integrating it into the imag core distribution, if it fulfills the following
+requirements:
+
+1. It is written in Rust
+1. It has a commandline interface which is the main interface to the module.
+1. It is licensed under the terms of GNU LGPLv2.1
+
+(If your tool does not fulfill these requirements, I won't merge it into the
+imag core distribution.)
+
# Code of Conduct
We use the same