Skip to content

ParthSinghPS/achievements

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ† Blockchain Division Achievements

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.

πŸ“Œ How to Contribute

To add an achievement to this repository, follow these steps:

  1. Fork this repository.

  2. Clone your fork to your local system:

    git clone <your-fork-url>
  3. Create a new branch for your contribution:

    git checkout -b <branch-name>
  4. Add a new file inside the achievement/ folder, following this naming format:

    achievement/<event-name>-<year>.md
    
  5. 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.
  6. Commit your changes:

    git add .
    git commit -m "Added achievement for <event-name>"
  7. Push your branch to GitHub:

    git push origin <branch-name>
  8. Create a Pull Request (PR) to merge your changes into the main branch.

  9. Wait for the review and approval!

πŸ“‚ Folder Structure

/achievements
  β”œβ”€β”€ event-name-2025.md
  β”œβ”€β”€ another-event-2024.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published