---
title: Support
description: Getting help and contributing to Copilot
---

# Support

Learn how to get help with Copilot and contribute to its development.

## Getting Help

### Documentation
- Review the [documentation](https://docs.page/vypdev/copilot)
- Check the [configuration guide](/configuration) and [Features & Capabilities](/features)

### Issue Reporting

When reporting issues, follow these steps:

<Steps>
  <Step title="Search first">
    Check [existing issues](https://github.com/vypdev/copilot/issues) to avoid duplicates.
  </Step>
  <Step title="Include in your report">
    - Detailed description
    - Steps to reproduce
    - Expected vs actual behavior
    - Relevant logs and configurations
    - Environment details
  </Step>
</Steps>

### Community Support
- Use GitHub Discussions for questions
- Check Stack Overflow with tag `copilot`
- Join our community channels

## Contributing

### Code Contributions

1. Fork the repository
2. Create a feature branch
3. Make your changes
4. Add tests if applicable
5. Submit a pull request

### Development Setup

```bash
# Clone the repository
git clone https://github.com/vypdev/copilot.git

# Install dependencies
npm install

# Run tests
npm test

# Build the project
npm run build
```

### Pull Request Guidelines

- Follow the existing code style
- Include tests for new features
- Update documentation as needed
- Keep changes focused and atomic
- Add meaningful commit messages

## Feature Requests

When requesting new features:

1. Check existing issues and requests
2. Provide clear use cases
3. Explain the expected behavior
4. Describe the benefit to users
5. Consider implementation details

## Security Reports

For security issues:

1. **DO NOT** open public issues
2. Email security concerns directly
3. Include detailed information
4. Await response before disclosure

## Stay Updated

- Watch the [GitHub repository](https://github.com/vypdev/copilot)
- Follow release announcements
- Join our mailing list
- Check our blog for updates

## Contact

- GitHub Issues: [Report a bug](https://github.com/vypdev/copilot/issues)
- Email: efraespada@vyp.dev

We aim to respond to all inquiries within 48 hours during business days. 