These guidelines an extension of the [Startin'blox guidelines](https://git.startinblox.com/framework/sib-core/blob/master/CONTRIBUTING.md).
These guidelines are an extension of the [Startin'blox guidelines](https://git.startinblox.com/framework/sib-core/blob/master/CONTRIBUTING.md).
See the [documentation of the framework](https://docs.startinblox.com/) and [contribute to the FAQ documentation](https://git.startinblox.com/documentation/doc) if you're not able to find the answer you're looking for.
...
...
@@ -9,8 +9,8 @@ If you have any question left, come to meet us on [community.startinblox.com](ht
## Reporting a bug or propose a new feature
Feel welcome to open an issue. Before submit one, have a look on which one are already open to do not make a duplication.
Templates are at your disposal for bug report or feature suggestion . They will help you to describe your contribution properly. Be the more explicite you can in the title to help futurs contributors.
Feel welcome to open an issue. Before submitting one, have a look on the already opened ones to avoid duplication.
Templates are at your disposal for bug report or feature suggestion . They will help you describe your contribution properly. Be the more explicit you can in the title to help futures contributors.
## Improve the code
...
...
@@ -19,12 +19,12 @@ For each modification you want to propose, you must create a new branch.
Each branch must be related to one issue only.
We name our branch like this :
We name our branches like this :
* feature/#140
* bug/#141
Where #140 and #141 is the number that refer to your issue
Where #140 and #141 is the number that refers to your issue or the issue you're solving