Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.22 KB

File metadata and controls

59 lines (42 loc) · 1.22 KB

Contributing to AI Apply Copilot

Thank you for your interest in contributing!

How to Contribute

Reporting Bugs

  1. Check existing issues to avoid duplicates
  2. Use the bug report template
  3. Include:
    • Clear description
    • Steps to reproduce
    • Expected vs actual behavior
    • Screenshots if applicable

Suggesting Features

  1. Check existing issues/feature requests
  2. Describe the feature clearly
  3. Explain use cases
  4. Consider implementation complexity

Pull Requests

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/my-feature
  3. Make your changes
  4. Add tests if applicable
  5. Ensure code is clean and documented
  6. Submit a pull request

Development Setup

# Clone your fork
git clone https://github.com/YOUR_USERNAME/ai-apply-copilot.git
cd ai-apply-copilot

# Create a feature branch
git checkout -b feature/your-feature

Testing

  1. Load unpacked extension in Chrome
  2. Test on various ATS platforms
  3. Test edge cases

Code Style

  • Use ES6+ features
  • Use IIFE to avoid global pollution
  • Add comments for complex logic
  • Keep functions small and focused

License

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