diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-21 01:02:23 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2018-03-21 01:02:23 +0000 |
commit | f260e76ede4da77c3277c864f5f2dd122f1b12a2 (patch) | |
tree | 53423fb5a39663d0826f8cecfde6bfe2e4de2ae4 | |
parent | 68379cab9b6713bc24817fd3e2ed67bedd2d3ca0 (diff) | |
download | gtk+-f260e76ede4da77c3277c864f5f2dd122f1b12a2.tar.gz |
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.
-rw-r--r-- | README.md | 29 |
1 files changed, 6 insertions, 23 deletions
@@ -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 ------------- |