This repository showcases the achievements of our Blockchain Division, including victories in hackathons, competitions, and other significant accomplishments. It serves as a record of our progress and a source of inspiration for future participants.
To add an achievement to this repository, follow these steps:
-
Fork this repository.
-
Clone your fork to your local system:
git clone <your-fork-url>
-
Create a new branch for your contribution:
git checkout -b <branch-name>
-
Add a new file inside the
achievement/
folder, following this naming format:achievement/<event-name>-<year>.md
-
Structure of the achievement file:
# <Event Name> **Conducted By:** <Organizing Body> **Timeline:** <Month-Year> **Mode:** Online/Offline ## π Achievement Details **Winner(s)/Finalist(s):** <Name(s)> **Track:** <Track Name> **Description:** Brief about the achievement, category won, and other details.
-
Commit your changes:
git add . git commit -m "Added achievement for <event-name>"
-
Push your branch to GitHub:
git push origin <branch-name>
-
Create a Pull Request (PR) to merge your changes into the main branch.
-
Wait for the review and approval!
/achievements
βββ event-name-2025.md
βββ another-event-2024.md