Skip to content
This repository was archived by the owner on Oct 15, 2022. It is now read-only.

Latest commit

Β 

History

History
83 lines (48 loc) Β· 2.11 KB

File metadata and controls

83 lines (48 loc) Β· 2.11 KB

πŸ‘¨β€πŸ’» Prerequisite Skills to Contribute

Contribute in public/Profile

Contribute in Documents


πŸ’₯ How to Contribute

issues Welcome Open Source Love

  • 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.

⭐ HOW TO MAKE A PULL REQUEST:

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-Outside

3. 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 YourBranchName

8. 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.


πŸ’₯ Issues

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.

All the best! πŸ₯‡