Other documents:

๐Ÿ“”ย Getting Started ๐Ÿ‘ท๐Ÿปย In deep ๐Ÿ’กย Create components ๐Ÿ“ฃย Modify component ๐Ÿ“ย Document component

Before all

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.

PR Guidelines