Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1007 Bytes

File metadata and controls

42 lines (34 loc) · 1007 Bytes

🤝 Contributing

We welcome contributions from the community! Here's how you can help:

How to Contribute

  1. Fork the Repository
  2. Create a Feature Branch
    git checkout -b feature/your-feature-name
  3. Make Your Changes
  4. Write Tests
  5. Commit with Meaningful Messages
    git commit -m "feat: add skill gap analysis feature"
  6. Push to Your Fork
    git push origin feature/your-feature-name
  7. Open a Pull Request

Contribution Guidelines

  • Follow existing code style and conventions
  • Write unit and integration tests
  • Update documentation for new features
  • Ensure all tests pass before submitting PR
  • Use conventional commit messages

Areas for Contribution

  • 🐛 Bug fixes
  • ✨ New features (agents, templates, API endpoints)
  • 📝 Documentation improvements
  • 🧪 Test coverage expansion
  • 🎨 UI/UX enhancements (frontend)
  • 🌐 Internationalization (i18n)
  • 🔒 Security enhancements