This is your first path to contribute in Open Source project and get your open source journey started
๐ We welcome your contributions ! Follow these steps to get started:
Click the "Fork" button at the top right corner of this repository's page. This will create a copy of the repository in your GitHub account.
git clone https://github.com/flickerbot/OpenSaiyans.git
cd OpenSaiyans
git checkout -b <your branch name> #replace your branch name with the name you want without <>
cd My-initial_pull # add files only to this folder no other files will be accepted
Make your code changes, add files, or improve existing ones. Be creative!
git add .
git commit -m "Add: My awesome feature"
git push origin <your branch name>
Go to the original repository.
Click the "New Pull Request" button.
Set the base repository to flickerbot/OpenSaiyans and the base branch to the branch you want to merge into.
Set the head repository to flickerbot/OpenSaiyans and the compare branch to your feature branch.
Click "Create Pull Request."
Add a descriptive title, details, and screenshots if applicable , also in right side label add hacktoberfest-accepted.
Click "Create Pull Request" to submit your changes for review.
Congratulations! ๐