From 21238a032dbe88cd6a41d43e23133b32e3a8fab0 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Sun, 27 Jan 2019 16:19:19 +0800 Subject: [PATCH] Add default and Kosmos label sets Adds custom label set configs, overriding the default set and adding a new one for Kosmos (that includes kredits labels). closes #4 --- custom/options/label/Default | 11 +++++++++++ custom/options/label/Kosmos | 14 ++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 custom/options/label/Default create mode 100644 custom/options/label/Kosmos diff --git a/custom/options/label/Default b/custom/options/label/Default new file mode 100644 index 0000000..0bdfe06 --- /dev/null +++ b/custom/options/label/Default @@ -0,0 +1,11 @@ +#db231d bug ; Something is not working +#76db1d enhancement ; Improving existing functionality +#1d76db feature ; New functionality +#db1d76 idea ; Something to consider +#db1d76 question ; Looking for an answer +#fbca04 security ; All your base are belong to us +#1dd5db ui/ux ; User interface, process design, etc. +#333333 dev environment ; Config, builds, CI, deployment, etc. +#cccccc duplicate ; This issue or pull request already exists +#cccccc invalid ; Not a bug +#cccccc wontfix ; This won't be fixed diff --git a/custom/options/label/Kosmos b/custom/options/label/Kosmos new file mode 100644 index 0000000..5b29e23 --- /dev/null +++ b/custom/options/label/Kosmos @@ -0,0 +1,14 @@ +#db231d bug ; Something is not working +#76db1d enhancement ; Improving existing functionality +#1d76db feature ; New functionality +#db1d76 idea ; Something to consider +#db1d76 question ; Looking for an answer +#fbca04 security ; All your base are belong to us +#1dd5db ui/ux ; User interface, process design, etc. +#333333 dev environment ; Config, builds, CI, deployment, etc. +#008080 kredits-1 ; Small contribution +#008080 kredits-2 ; Medium contribution +#008080 kredits-3 ; Large contribution +#cccccc duplicate ; This issue or pull request already exists +#cccccc invalid ; Not a bug +#cccccc wontfix ; This won't be fixed