Contributing
Here you can see the info about how to contribute to the project.
Last updated
Was this helpful?
Here you can see the info about how to contribute to the project.
Last updated
Was this helpful?
Follow and pages' contents. If you have done it already, go to the on GitHub and pick one you would like to work on. If you have an original idea, make a new issue and it will appear on the board.
You can either do something from the table or try to implement some new features from project board. Also, if you want to implement a new feature NOR fix a non-existent bug, you should create a and describe your problem. Add it to the board you need and follow next steps!
Add a new branch by running the following command:
Switch to the newly created branch:
When you are done, commit the code:
Commit command will automatically lint the code for you. Then you have to just push the code to the repo:
Here you can just sit and relax - it needs some time to review all the beautiful changes you have made! When the process is done, your pull request will be merged to the master
branch and fix-39
branch will be deleted.
Thank you in advance for contributing to the project!