From 6c13e9dbb785fb35db6b3f50ab5b93752d3a38b2 Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Sun, 12 Jun 2016 03:23:10 +0200 Subject: [PATCH 1/2] [TASK] Added readme for labels --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef23a16..1c0bc4a 100644 --- a/README.md +++ b/README.md @@ -42,3 +42,7 @@ If you'd like to have either or both the client and the API in your project, use ``` **For the latest versions of our dependencies, please check our examples on [the Maven Repository](https://github.com/Parabot/Maven-Repository/tree/master/examples)** + + +#### Labels +Labels are created with [GHLabel](https://github.com/jimmycuadra/ghlabel), whereas the yml is located in the .github directory \ No newline at end of file From 3e2008b67365bac68062a281e6782ef787e90963 Mon Sep 17 00:00:00 2001 From: JKetelaar Date: Sun, 12 Jun 2016 03:23:18 +0200 Subject: [PATCH 2/2] [FEATURE] Added labels yml config file --- .github/labels.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/labels.yml diff --git a/.github/labels.yml b/.github/labels.yml new file mode 100644 index 0000000..b2323c2 --- /dev/null +++ b/.github/labels.yml @@ -0,0 +1,30 @@ +- name: priority:low + color: bfe5bf +- name: priority:medium + color: bfe5bf +- name: priority:high + color: bfe5bf +- name: status:accepted + color: fef2c0 +- name: status:unconfirmed + color: fef2c0 +- name: status:needs more info + color: fef2c0 +- name: status:rejected + color: fef2c0 +- name: status:under consideration + color: fef2c0 +- name: type:bug + color: f7c6c7 +- name: type:feature + color: f7c6c7 +- name: type:improvement + color: f7c6c7 +- name: type:question + color: f7c6c7 +- name: os:windows + color: "666699" +- name: os:mac + color: "666699" +- name: os:other + color: "666699" \ No newline at end of file