summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-06-10 15:46:12 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-06-15 13:05:34 +0200
commit09de338b495dbe8f4e44bdcd9c0d37c185c0b9fc (patch)
treeaced2405dcb9c2e8acc8ca425843486c635aeb2e /CONTRIBUTING.md
parent971fbc192dff9f76302d8678e5d5d4503afd65d9 (diff)
Add guideline how to contributing without github acc
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3ab1f9a1..a4218017 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,6 +9,27 @@ All contribors agree to the
[developer certificate of origin](#developer-certificate-of-origin)
by contributing to imag.
+## Without Github
+
+If you do not want to use github for your contribution, this is completely okay
+with us. Feel free to contact [me](https://github.com/matthiasbeyer) via mail,
+feel also free to submit patches via mail (use `git format-patch` and
+`git send-email`, always add a cover letter to describe your submission).
+
+Also ensure that each commit has
+[a "Signed-off-by: " line](https://stackoverflow.com/questions/1962094/what-is-the-sign-off-feature-in-git-for).
+By adding that line, you agree to our
+[developer certificate of origin](#developer-certificate-of-origin).
+
+We do not have a mailinglist, so we do not have a process where all contributors
+can review your PR. This means that once _I am_ okay with your patchset, I will
+submit it as PR in the github repository, so more people can review it and CI
+can test it. I might come back to you if something broke in CI or someone has a
+suggestion how to improve your PR.
+I will keep you as author auf the commits.
+
+The following sections describe the way how to contribute with github.
+
## Finding an issue
Finding an issue is simple: We have