π Samarth presents to you Open Odyssey 1.0
- an Open-source extravaganza. On our inaugural season, we bring to you a special Hacktoberfest edition, collaborating with MLH (Major League Hacking) π₯³
Welcome! We're excited to have you on board. Follow the steps below to contribute and add yourself to our contributors' list.
Before you begin, ensure you have the following installed:
This repository is specifically marked for Python and AI/ML Projects. Please stick to the project type to make organizing things easier. If you wish to contribute elsewise, please find appropriate hacktoberfest 2024
marked repositories or pinned repositories on SamarthTech .
There are several ways you can contribute here:
Fork this Repository using the button at the top on right corner.
Clone your forked repository to your PC by first clicking on 'Code' on your Forked Repo, then copy the URL shown there. The URL should look like the following with your GitHub username in place of <your-username>
:
git clone https://github.com/<your-username>/SamarthTech/python-projects-2024.git
Create a new folder and upload your mini project/source code there.
[OPTIONAL] Carve your own path with a new branch for your modifications (ie. git branch new-user
and check it out git checkout new-user
or simply do git checkout -b new-user
)
Finally track your changes and commit your changes with a commit message to your FORKED REPO with these commands, with your commit message in place of <your-custom-message>
:
git add .
git commit -m "<your-custom-message>"
Push your Commit from your Cloned Repo on PC to your Forked Repo on GitHub
git push origin
<your-branch>
:
git push origin <your-branch>`
Create a Pull Request (PR) from your Forked Repo to our official Repo with a PR heading and a brief description of your Contribution
Star this repository π
[!TIP] Aim to make more than 4 pull requests. Imagine you've only made 4 pull requests to different projects, but one of those projects isn't part of the Hacktoberfest event. In that case, your pull request won't be counted, leaving you with just 3 valid ones if those projects aren't excluded either. To ensure your success, I recommend making a pull request to your own repo, as long as it has the Hacktoberfest topic.
This season, we have integrated a special Leaderboard featuring our Top 5 contributors that will be updated regularly. Each contribution matters!!!
Whats in for the Leaders of the Leaderboard ???