Other documents:
๐ย Getting Started ๐ท๐ปย In deep ๐กย Create components ๐ฃย Modify component ๐ย Document component
Firts of all, the developer needs to considerer that the current branch meets the requirements of the branch appointment:
For example if the changes are about the adding a variant of a TextField
feature/add-[nameOfTheVariant]-text-field
<aside> โน๏ธ In general, the branches naming should obey the following structure:
Once that's done, itโs recommended create a test package and install this in some project to test the component Behavior in a external enviroment. To do that, firts once the developer needs run the next commands:
Itโs recommended test the functionality in the local files, so create a test version
If the developer test local and externally the project and in both cases all the components are workin correctly and the new change is done, that meanings that all is check. so it can now be deployed
When all this steps are done, the behavior are correctly working and the changes are done, create a PR of the current Branch from Dev.