Skip to content

Latest commit

Β 

History

History
39 lines (27 loc) Β· 676 Bytes

File metadata and controls

39 lines (27 loc) Β· 676 Bytes

🀝 Contributing to Student Learning System

Thank you for your interest in contributing!

πŸ“Œ How to Contribute

  1. Fork the repository
  2. Clone your fork
  3. Create a new branch: git checkout -b feature-name
  4. Make your changes
  5. Commit your changes: git commit -m "Added feature"
  6. Push to your fork: git push origin feature-name
  7. Open a Pull Request

βœ… Guidelines

  • Follow clean code practices
  • Test your code before submitting
  • Do not commit sensitive data (like DB credentials)

πŸ’‘ Suggestions

  • Improve UI/UX
  • Add new features
  • Fix bugs
  • Optimize performance

πŸ“¬ Contact

For major changes, open an issue first.