From 61425e1014a5eb667a991f92f9b4af1ed6815d01 Mon Sep 17 00:00:00 2001 From: Edward D Date: Fri, 31 Jul 2015 23:49:06 +0100 Subject: [PATCH] Initial Labels Creation --- Labels.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Labels.md diff --git a/Labels.md b/Labels.md new file mode 100644 index 0000000..e000224 --- /dev/null +++ b/Labels.md @@ -0,0 +1,39 @@ +# Labels + +This is an explanation of the labels being used in awesome-selfhosted project. + +### enhancement + +This would be used to tag **issues**. + +This will be used to identify any additions which need to be made to the project, including: licenses, applications and categories/sections. + +### bug + +This would be used to tag **issues**. + +This will be used to identify errors made within the project which need correcting or fixing, including: missing project licenses, missing project languages, formatting or spelling errors and miscategorised projects. + +### question + +This would be used to tag **issues**. + +This will be used to identify issues which are asking a question or are discussions. + +### invalid + +This would be used to tag **issues** or **pull requests**. + +This will be used to identify application additions which do not pertain to what awesome-selfhosted seeks to represent, and are therefore invalid for our repository. + +### needs work + +This would be used to tag **pull requests**. + +This will be used to show that a pull request is missing required information which will need to be added before it can be merged. + +### ok to merge + +This would be used to tag **pull requests**. + +This will be used to show that a pull request has all of the required information, and has been reviewed by a project collaborator, and is waiting for a second collaborator to merge the request. \ No newline at end of file