-
-
Notifications
You must be signed in to change notification settings - Fork 3
Contributing
Aditya edited this page Feb 21, 2025
·
1 revision
I welcome contributions! Here's how you can help:
- Found a bug? Report it on GitHub Issues.
- Include steps to reproduce and relevant screenshots.
- Have an idea? Post it in GitHub Discussions.
- Fork the repository
-
Clone your fork
git clone https://github.com/adeeteya/Classipod.git
- Create a new branch
git checkout -b feature-branch-name
- Commit changes & push
git commit -m "Add new feature" git push origin feature-branch-name
- Submit a pull request on GitHub!