From 19791be2f5fa78e903b44acc6868b321f4790703 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Wed, 19 Oct 2016 10:46:41 +0100 Subject: [PATCH] CONTRIBUTING.md: Add author rules and suggestion on filing issues for feature review Signed-off-by: Brendan Le Foll --- CONTRIBUTING.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 387475b..5df620b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,8 @@ with: The recommended method to contribute is to fork on github, and then send pull requests to the main project. You can open issues if you find any bugs/have -questions. +questions. If you want to work on a large feature then we suggest you file an +issue first so we can avoid dissapointments come merging time! If you'd rather not use github you are more than welcome to send git formatted patches to our mailing list mraa@lists.01.org which you can register for access @@ -42,6 +43,16 @@ job. Few exceptions to coding styles: Use common sense and don't be afraid to challenge something if it doesn't make sense! +Author Rules +------------ + +If you create a file, then add yourself as the Author at the top. If you did a +large contribution to it (or if you want to ;-)), then fee free to add yourself +to the contributors list in that file. You can also add your own copyright +statement to the file but cannot add a license of your own. If you're borrowing +code that comes from a project with another license, make sure to explicitly +note this in your PR. + Code signing ------------