Skip to content

Contributing

Aditya edited this page Feb 21, 2025 · 1 revision

πŸ›  Contributing to ClassiPod

I welcome contributions! Here's how you can help:

🐞 Reporting Issues

  • Found a bug? Report it on GitHub Issues.
  • Include steps to reproduce and relevant screenshots.

✨ Suggesting Features

πŸ‘¨β€πŸ’» Contributing Code

  1. Fork the repository
  2. Clone your fork
    git clone https://github.com/adeeteya/Classipod.git
  3. Create a new branch
    git checkout -b feature-branch-name
  4. Commit changes & push
    git commit -m "Add new feature"
    git push origin feature-branch-name
  5. Submit a pull request on GitHub!
Clone this wiki locally