Thank you for your interest in the project! We welcome any improvements and fixes. To make the process as smooth as possible, please follow the following recommendations.
- Clone the repository
git clone https://github.com/noneandundefined/vision-npm.git
- Create a new branch from the main main branch
git checkout -b <your-branch-name>
- Add changes to the index
git add .
- Commit the changes
git commit -m "<summary of changes>"
- Submit the changes to your fork repository
git push origin <your-branch-name>
- Create a Pull Request from your branch to the main branch of the project via the GitHub interface.
- Wait for verification. Mentors or other project participants will check your changes and leave comments if additional work is required.
- After your PR is approved, it will be merged into the main branch!
We appreciate your time and efforts and hope that this process will be useful and enjoyable!