Skip to content

Latest commit

Β 

History

History
51 lines (40 loc) Β· 1.55 KB

File metadata and controls

51 lines (40 loc) Β· 1.55 KB

Contributing Guidelines

Welcome to SkillShow! πŸŽ‰ We’re excited to help beginners make their first successful pull request and contribute to open source.

Eligibility Criteria 🚫

  • No duplicate programming questions.
  • Star and Fork this repository.
  • Complete the data.json file after your task.

Tasks 🌈

  1. Add Your Program Question and Solution:
    • Create a folder: <name_of_program>/
      • Include question.md and the solution file (C, Java, Python, etc.).
    • Add your name and GitHub username.

  1. Submit Your Portfolio Page:
    • Follow the template instructions.
    • Fill in your details without altering the structure.
    • Update data.json after submission.

How to Contribute

  1. Star this Repository: SkillShow. (Important)
  2. Fork the Repository.
  3. Clone Your Fork:
    git clone https://github.com/<your-github-username>/SkillShow
    cd SkillShow
  4. Create a New Branch:
    git checkout -b <your_branch_name>
  5. Make Changes:
    • Stage and commit:
    git add -A
    git commit -m "<your_commit_message>"
  6. Push Your Changes:
    git push -u origin <your_branch_name>

Congratulations! πŸŽ‰ You’ve contributed to SkillShow!