From 967286f45d363cf4db728fe51f40e7d9ac9cd0a5 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Fri, 24 Mar 2017 12:22:58 +0100 Subject: [PATCH] docs(contributing): update contribution guidelines --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0113ed680..c3aef1e1f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,11 +22,13 @@ Some of the open issues are labeled with prefix `exp/`, this is used to mark the * **beginner**: a task that should be accessible with users not familiar with the codebase * **intermediate**: a task that require some understanding of the project codebase or some experience in either AngularJS or Golang +* **advanced**: a task that require a deep understanding of the project codebase You can have a use Github filters to list these issues: * beginner labeled issues: https://github.com/portainer/portainer/labels/exp%2Fbeginner * intermediate labeled issues: https://github.com/portainer/portainer/labels/exp%2Fintermediate +* advanced labeled issues: https://github.com/portainer/portainer/labels/exp%2Fadvanced ### Linting