From 53ecc25151541020f19d15516df731f732f043eb Mon Sep 17 00:00:00 2001 From: Richard Duivenvoorde Date: Sun, 8 Nov 2015 19:22:26 +0000 Subject: [PATCH] [FEATURE] adding new features to QGIS will create issues in QGIS-Documentation A githook is implemented to create an issue automatically in QGIS-Documention repo whenever there is a commit with the word [FEATURE] in the message. ( this is also a test if it works :-) ) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b65ef22e0e9..418a2eaeb1b 100644 --- a/README.md +++ b/README.md @@ -73,5 +73,6 @@ QGIS is on GitHub at https://github.com/qgis/QGIS. If you wish to contribute patches you can [fork the project](https://help.github.com/forking/), make your changes, commit to your repository, and then [issue a pull request](http://help.github.com/pull-requests/). The development team can then review your contribution and commit it upstream as appropriate. +If you commit a new feature, add [FEATURE] to your commit message AND give a clear description of the new feature. A webhook will automatically create an issue on the QGIS-Documentation repo to tell people to write about it. If you are not a developer, there are many other possibilities which do not require programing skills to help QGIS to evolve. Check our [project homepage for more information](http://qgis.org/en/site/getinvolved/index.html).