We welcome contributions to CodeFast Copilot! Here's how you can contribute:
- Fork the repository
- Create a new branch for your feature or bug fix
- Make your changes and add tests for new functionality
- Ensure all tests pass by running
npm test - Submit a pull request with a clear description of your changes
Please make sure to update tests as appropriate and adhere to the existing coding style.
For major changes, please open an issue first to discuss what you would like to change.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
When reporting bugs, please include:
- The steps to reproduce the bug
- What you expected to happen
- What actually happened
- Your VS Code version and OS
Thank you for your contributions!