[gimp-web/testing] Add a contribute.json file for GIMP
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web/testing] Add a contribute.json file for GIMP
- Date: Thu, 20 Oct 2016 18:25:09 +0000 (UTC)
commit a0bf0bf2945d4c9ed108ea4c849b9bf5d42190d7
Author: Michael Schumacher <schumaml gmx de>
Date: Thu Oct 20 20:20:41 2016 +0200
Add a contribute.json file for GIMP
https://www.contributejson.org/ - a standard to describe project data
relevant to contributors.
content/contribute.json | 34 ++++++++++++++++++++++++++++++++++
1 files changed, 34 insertions(+), 0 deletions(-)
---
diff --git a/content/contribute.json b/content/contribute.json
new file mode 100644
index 0000000..8768289
--- /dev/null
+++ b/content/contribute.json
@@ -0,0 +1,34 @@
+{
+ "name": "GNU Image Manipulation Program",
+ "description": "GIMP is a cross-platform image editor available for GNU/Linux, OS X, Windows and more
operating systems.",
+ "repository": {
+ "url": "https://git.gnome.org/browse/gimp/",
+ "license": "GPL-3.0+, LGPL-3.0+"
+ },
+ "bugs": {
+ "list": "https://bugzilla.gnome.org/page.cgi?id=browse.html&product=GIMP",
+ "report": "https://bugzilla.gnome.org/enter_bug.cgi?product=GIMP"
+ },
+ "participate": {
+ "docs": "https://docs.gimp.org/",
+ "mailing-list": "https://mail.gnome.org/mailman/listinfo/gimp-developer-list",
+ "irc": "irc://irc.gimp.org/gimp",
+ "irc-contacts": [
+ "Jehan",
+ "mitch",
+ "schumaml",
+ ]
+ },
+ "urls": {
+ "prod": "https://www.gimp.org/"
+ },
+ "keywords": [
+ "gimp",
+ "graphics",
+ "gnu",
+ "image",
+ "manipulation",
+ "program",
+ "editor",
+ ]
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]