From b7719292c5f5ab366178fde0a68d7e55c37e6590 Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 10 Apr 2018 17:40:23 +0200 Subject: [PATCH] Update team-best-practices.md --- team-best-practices.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/team-best-practices.md b/team-best-practices.md index 424eab1250..b9a2ae081c 100644 --- a/team-best-practices.md +++ b/team-best-practices.md @@ -155,8 +155,10 @@ Before starting coding, we should ensure all devs / contributors are aware of: ### 1) Bugs: -- A Critical bug should get the label `Blocker`, and every effort should be put to fix it. -- It is nice to push a bug fix whenever time allows it :) +- A critical bug should get the label `Blocker`, and every effort should be put to fix it. +- Addressing a non critical and non planned bug can be done: +  - After having notified in the `remix-dev` channel if the bug does not involves UX or public API changes. + - After a dev meeting (e.g the regular standup) if the bug involves any UX or public API changes. ### 2) Support: @@ -174,7 +176,6 @@ Before starting coding, we should ensure all devs / contributors are aware of: - https://github.com/ethereum/remix-ide/blob/master/best-practices.md - ---