Skip to content

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

License

Notifications You must be signed in to change notification settings

dimaswahyu-official/OpenSaiyans-Hacktoberfest2024

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

81 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

OpenSaiyans

Repository Logo

intro

GitHub Stars GitHub Forks GitHub Issues License Hacktoberfest 2024

Welcome To OpenSaiyans!

This is your first step towards contributing to an open-source project and kick-starting your open-source journey!

We are thrilled to have you here. ๐Ÿ’ฅ Let's get started with some simple steps.


Table of Contents


Introduction

The OpenSaiyans repository is a beginner-friendly open-source project created as part of Hacktoberfest 2024. This project is aimed at new contributors, helping them get familiar with open-source contribution processes such as forking, cloning, branching, committing changes, and creating pull requests.

We welcome contributions in the form of code improvements, bug fixes, documentation, and new features.


Get Started

๐Ÿš€ We welcome your contributions! Follow these steps to get started:

Fork the Repository

  1. Click the "Fork" button at the top right corner of this repository's page.
  2. This will create a copy of the repository in your GitHub account.

Clone Your Fork

  1. Open your terminal or command prompt.
  2. Run the following commands:
git clone https://github.com/flickerbot/OpenSaiyans.git
cd OpenSaiyans
git checkout -b <your branch name>  # Replace <your branch name> with your preferred branch name
cd My-initial_pull                  # <h1> Add files only to this folder; no other files will be accepted </h1> 

โš ๏ธ Add files only to this folder; no other files will be accepted โš ๏ธ

Commit Your Changes

Once you've made your changes or added new files, you need to commit them.

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

Push Your Changes

Push your changes to your forked repository:

git push --set-upstream origin <your branch name>  # Replace <your branch name> with your branch

Create a Pull Request

  1. Go to the original repository on GitHub.
  2. Click the "New Pull Request" button.
  3. Set the base repository to flickerbot/OpenSaiyans and the base branch to the branch you want to merge into.
  4. Set the head repository to your fork and the compare branch to your feature branch.
  5. Click "Create Pull Request."
  6. Add a descriptive title, details, and screenshots if applicable.
  7. On the right side, add the label hacktoberfest-accepted.
  8. Click "Create Pull Request" to submit your changes for review.

๐ŸŽ‰ Congratulations! You've successfully contributed to our project. Thank you for making it cooler!


License

This project is licensed under the MIT License - see the LICENSE file for details.


We appreciate your contributions and look forward to seeing your amazing work!

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

  • JavaScript 39.4%
  • Python 27.0%
  • CSS 18.8%
  • HTML 14.4%
  • C 0.4%