Skip to content

whalesharx/OpenSaiyans-Hacktoberfest2024

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

47 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Repository Logo

intro

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:

Fork the Repository

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.

Clone Your Fork

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!

Commit Your Changes

git add .
git commit -m "Add: My awesome feature"

Push Your Changes

git push origin <your branch name>

Create a Pull Request

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! ๐ŸŽ‰

You've successfully contributed to our project. Thank you for making it cooler!

About

Everything you need to be an open source Saiyan. ๐ŸŽƒ Hacktoberfest contributions accepted here !

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.1%
  • CSS 21.8%
  • HTML 14.1%