add CONTRIBUTING file, enable packacking this file (#376)

CONTRIBUTING file is standard place for documentation how one may send patches
such documentation exists for this project so that file will be redirection to existing resources

At least some people potentially interested in contributing at this moment have a very small
but completely pointless task (locating documentation for developers) to overcome before doing something useful.

Ref: https://gramps-project.org/bugs/view.php?id=10019
This commit is contained in:
Mateusz Konieczny 2017-04-30 05:07:22 +03:00 committed by Sam Manzi
parent bf1875e830
commit 9dec0bc364
2 changed files with 5 additions and 0 deletions

4
CONTRIBUTING Normal file
View File

@ -0,0 +1,4 @@
See documentation at
https://gramps-project.org/wiki/index.php?title=Portal:Developers
https://gramps-project.org/wiki/index.php?title=Brief_introduction_to_Git#Making_a_patchfile
https://gramps-project.org/wiki/index.php?title=Brief_introduction_to_Git#Making_a_PR

View File

@ -7,6 +7,7 @@ include MANIFEST.in
include NEWS
include RELEASE_NOTES
include TODO
include CONTRIBUTING
include TestPlan.txt
recursive-include data *
recursive-include debian *