Skip to content

Contributing

Mst Afrin edited this page Nov 6, 2025 · 1 revision

Contributing to EduTrack

We welcome contributions from the community! Whether you want to fix bugs, add new features, or improve documentation, your help is appreciated.


How to Contribute

  1. Fork the repository
    Click the "Fork" button at the top-right of the repository page.

  2. Clone your fork

    git clone <your-fork-url>
    
  3. Create a new branch: git checkout -b feature-name

  4. Make your changes and commit: git commit -m "Add feature"

  5. Push to the branch: git push origin feature-name

  6. Create a Pull Request Go to the original repository and click New Pull Request. Describe your changes clearly.

Guidelines

  • Follow consistent code style for frontend and backend.
  • Write clear commit messages.
  • Update documentation if you add new features.
  • Ensure that new features or bug fixes pass all tests.

Communication

For discussions, issues, or suggestions, please use the Issues tab in the repository.

Thank you for helping make EduTrack better!

EduTrack Sidebar

This sidebar provides quick links to important pages in the EduTrack wiki.

Clone this wiki locally