Update team-best-practices.md

pull/1/head
yann300 7 years ago committed by GitHub
parent 370bbd2c9b
commit 8124a6eb6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      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
---

Loading…
Cancel
Save