- Fork the Repo. Then, create a branch for any issue that you are working on. Finally, commit your work.
- Create a Pull Request (PR), which will be promptly reviewed and given suggestions for improvements by the community.
- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR.
1. Start by making a Fork of the Code-Outside Fork symbol at the top right corner.
2. Clone your new fork of the repository in the terminal/CLI on your computer with the following command:
git clone https://github.com/<your-github-username>/Code-Outside3. Navigate to the newly created Code-Outside project directory:
cd Code-Outside
4. Make your changes to the source code.
5. Stage your changes:
git add "<files_you_have_changed>"or
git add .6. Commit your changes:
git commit -m "<your_commit_message>"7. Push your local commits to the remote repository:
git push origin YourBranchName8. Create branch
9. Create a Pull Request
10. Congratulations! You've made your first contribution to Code-Outside ππΌ
_:trophy: After this, the maintainers will review the PR and will merge it if it helps move the Code Outside project forward.
In order to discuss changes, you are welcome to open an issue about what you would like to contribute. Enhancements are always encouraged and appreciated.
