From: Emmanuele Bassi Date: Wed, 21 Mar 2018 01:02:23 +0000 (+0000) Subject: docs: Drop the 'Contributing' section from the README X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~22^2~837 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f260e76ede4da77c3277c864f5f2dd122f1b12a2;p=gtk4.git docs: Drop the 'Contributing' section from the README We have a whole document for that, and it's up to date with regards to the GitLab workflow. --- diff --git a/README.md b/README.md index f1314e2e07..79c8183c99 100644 --- a/README.md +++ b/README.md @@ -122,11 +122,12 @@ In the bug report please include: * How to reproduce the bug. - If you can reproduce it with one of the test programs that are built - in the tests/ subdirectory, that will be most convenient. Otherwise, - please include a short test program that exhibits the behavior. - As a last resort, you can also provide a pointer to a larger piece - of software that can be downloaded. + If you can reproduce it with one of the demo applications that are + built in the demos/ subdirectory, on one of the test programs that + are built in the tests/ subdirectory, that will be most convenient. + Otherwise, please include a short test program that exhibits the + behavior. As a last resort, you can also provide a pointer to a + larger piece of software that can be downloaded. * If the bug was a crash, the exact text that was printed out when the crash occurred. @@ -134,24 +135,6 @@ In the bug report please include: * Further information such as stack traces may be useful, but is not necessary. - -Contributing ------------- - -Patches should also be submitted to the bug tracking system. If the patch -fixes an existing bug, add the patch as an attachment to that bug report; -otherwise, enter a new bug report that describes the patch, and attach the -patch to that bug report. - -Patches should be in Git-formatted form. You should use `git format-patch` -to generate them. We recommend using [git-bz](http://git.fishsoup.net/man/git-bz.html). - -For more information on the recommended workflow, please read -[this wiki page](https://wiki.gnome.org/Git/WorkingWithPatches). - -Please, follow the `CODING_STYLE` document in order to conform to GTK+'s -coding style when submitting a code contribution. - Release notes -------------