docs: Drop the 'Contributing' section from the README
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 21 Mar 2018 01:02:23 +0000 (01:02 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 21 Mar 2018 01:02:23 +0000 (01:02 +0000)
We have a whole document for that, and it's up to date with regards to
the GitLab workflow.

README.md

index f1314e2e07c40b763572e57a95e112c04afac082..79c8183c99e5ab407fbff4ec80acbae23cb9edef 100644 (file)
--- 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
 -------------