summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-06-08 17:33:05 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-06-08 17:33:05 +0100
commit3f67ed0912a90c9bca03233929291d9d6c5baf22 (patch)
tree7dd75288901f6c21713a02920255eaaa50fa5325 /README.md
parentbc2514d4c9aba5bec49bfc961282b3ec8a910869 (diff)
downloadjson-glib-3f67ed0912a90c9bca03233929291d9d6c5baf22.tar.gz
docs: Move contribution guidelines to their own file
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 0 insertions, 37 deletions
diff --git a/README.md b/README.md
index 4bde590..64d459f 100644
--- a/README.md
+++ b/README.md
@@ -50,43 +50,6 @@ To build JSON-GLib just run:
See the [Meson documentation](http://mesonbuild.com) for more information.
-Contributing
---------------------------------------------------------------------------------
-If you find a bug in JSON-GLib, please file an issue on the
-[Issues page][gitlab-issues].
-
-Required information:
-
- * the version of JSON-GLib
- * if it is a development version, the branch of the git repository
- * the JSON data that produced the bug (if any)
- * a small, self-contained test case, if none of the test units exhibit the
- buggy behaviour
- * in case of a segmentation fault, a full stack trace with debugging
- symbols obtained through gdb is greatly appreaciated
-
-JSON-GLib is developed mainly inside a GIT repository available at:
-
- https://gitlab.gnome.org/GNOME/json-glib/
-
-You can clone the GIT repository with:
-
- git clone https://gitlab.gnome.org/GNOME/json-glib.git
-
-If you want to contribute functionality or bug fixes to JSON-GLib you should
-fork the json-glib repository, work on a separate branch, and then open a
-merge request on Gitlab:
-
- https://gitlab.gnome.org/GNOME/json-glib/merge_requests/new
-
-Please, try to conform to the coding style used by JSON-GLib, which is the same
-used by projects like GLib, [GTK][gtk-coding-style], and Clutter. Coding style
-conformance is a requirement for upstream acceptance.
-
-Make sure you always run the test suite when you are fixing bugs. New features
-should come with a test unit. Patches that regress the test suite will be
-rejected.
-
Release notes
--------------------------------------------------------------------------------
* Prior to JSON-GLib 0.10, a JsonSerializable implementation could