Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 937 Bytes

File metadata and controls

28 lines (18 loc) · 937 Bytes

Contributing to CodeFast Copilot - Local Commit Buddy

We welcome contributions to CodeFast Copilot! Here's how you can contribute:

  1. Fork the repository
  2. Create a new branch for your feature or bug fix
  3. Make your changes and add tests for new functionality
  4. Ensure all tests pass by running npm test
  5. 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.

Code of Conduct

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.

Reporting Bugs

When reporting bugs, please include:

  1. The steps to reproduce the bug
  2. What you expected to happen
  3. What actually happened
  4. Your VS Code version and OS

Thank you for your contributions!