Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 941 Bytes

File metadata and controls

30 lines (21 loc) · 941 Bytes

Contributing to Grade Tracking with Canvas API for Google Sheets

Thank you for considering contributing to Canvas Tools! This guide explains how to contribute to the project.

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Code Style Guidelines

  • Use clear, descriptive variable names
  • Add comments for complex logic
  • Follow the existing code structure
  • Prefix private functions with underscore (_)

Reporting Bugs

Please use the GitHub Issues section to report bugs. Include:

  • Detailed description of the issue
  • Steps to reproduce
  • Expected behavior
  • Browser and Google Sheets version

Feature Requests

Feature requests are welcome! Please use the Issues section with the "enhancement" tag.