Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 2.34 KB

CONTRIBUTING.md

File metadata and controls

53 lines (33 loc) · 2.34 KB

Contributing to ChatGPT-Code-Review

We welcome contributions to ChatGPT-Code-Review! Whether you want to report a bug, suggest a new feature, or contribute code, we appreciate your input.

Before you start contributing, please take a moment to review the following guidelines.

Code of Conduct

We expect all contributors to abide by our Code of Conduct in all project-related interactions.

Reporting Bugs

If you encounter a bug while using ChatGPT-Code-Review, please open an issue and provide as much information as possible, including:

  • A clear and descriptive title
  • A detailed description of the bug and the expected behavior
  • Steps to reproduce the bug
  • Any relevant error messages or screenshots

Suggesting Features

If you have an idea for a new feature or improvement, please open an issue and provide as much information as possible, including:

  • A clear and descriptive title
  • A detailed description of the proposed feature or improvement
  • Any relevant examples or use cases

Contributing Code

If you want to contribute code to ChatGPT-Code-Review, please follow these steps:

  1. Fork the repository to your Github account
  2. Clone the forked repository to your local machine
  3. Create a new branch for your changes
  4. Make your changes, following our code style guide
  5. Commit your changes and push them to your forked repository
  6. Create a pull request to the main repository

When creating your pull request, please include:

  • A clear and descriptive title
  • A detailed description of the changes you made and the reasoning behind them
  • Any relevant screenshots or examples

We will review your pull request as soon as possible and provide feedback. If your pull request requires any changes, we will let you know what needs to be done.

Code Style Guide

We follow the Rust code style guide for all code contributed to ChatGPT-Code-Review.

License

By contributing to ChatGPT-Code-Review, you agree that your contributions will be licensed under the MIT License.