Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 664 Bytes

File metadata and controls

27 lines (17 loc) · 664 Bytes

Contributing to CourseCode Desktop

Thanks for your interest in contributing!

Getting Started

  1. Fork the repo and clone it locally
  2. Install dependencies: npm install
  3. Start the dev server: npm run dev

Before Submitting

  • Open an issue first to discuss significant changes
  • Keep PRs focused on a single change
  • Run npm test before submitting

Reporting Bugs

Open a GitHub Issue with:

  • Steps to reproduce
  • Expected vs actual behavior
  • Your OS and app version

License

By contributing, you agree that your contributions will be licensed under the MIT License.