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.
- Introduction
- Get Started
- Fork the Repository
- Clone Your Fork
- Commit Your Changes
- Push Your Changes
- Create a Pull Request
- License
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.
๐ 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.
- Open your terminal or command prompt.
- 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โ ๏ธ
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 to your forked repository:
git push --set-upstream origin <your branch name> # Replace <your branch name> with your branch
- Go to the original repository on GitHub.
- 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 your fork and the compare branch to your feature branch.
- Click "Create Pull Request."
- Add a descriptive title, details, and screenshots if applicable.
- On the right side, add the label
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!
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!