From 0678c3f4ea3b0bd139b8aafa97aabddb41bed373 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 13 May 2020 16:16:05 +0200 Subject: [PATCH 1/2] Add more contribution categories Gotta do some testing and some business administration, too. closes #7 --- schemas/contribution.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schemas/contribution.json b/schemas/contribution.json index 751cfec..a002459 100644 --- a/schemas/contribution.json +++ b/schemas/contribution.json @@ -43,12 +43,14 @@ "title": "Kind", "description": "Type/category of contribution", "enum": [ + "bureaucracy", "dev", "design", "ops", "docs", "community", - "special" + "special", + "qa" ] }, "description": { From 79426ca5e006830d918812f1f6007d8bf195678e Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Wed, 13 May 2020 16:19:22 +0200 Subject: [PATCH 2/2] Moar kinds --- schemas/contribution.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schemas/contribution.json b/schemas/contribution.json index a002459..ca1f074 100644 --- a/schemas/contribution.json +++ b/schemas/contribution.json @@ -50,7 +50,8 @@ "docs", "community", "special", - "qa" + "qa", + "outreach" ] }, "description": {