Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.72 KB

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 1.72 KB

Contributing to AI Dev. Tool

Thank you for your interest in contributing to AI Dev. Tools! This document provides a high-level overview of how you can get involved.

Reporting Bugs

If you have found a bug in AI Dev. Tools, please report it by opening an issue in our GitHub repository. Please provide as much detail as possible, including:

  • A clear and descriptive title
  • A detailed description of the bug, including steps to reproduce it
  • Any error messages or screenshots that may help us understand the issue
  • Your operating system and browser version (if applicable)

Suggesting New Features

If you have an idea for a new feature in AI Dev. Tools, please open an issue in our GitHub repository. Please provide as much detail as possible, including:

  • A clear and descriptive title
  • A detailed description of the feature and why it would be useful
  • Any relevant design or technical considerations

Setting up a development environment

If you want to contribute code changes to AI Dev. Tools, you'll need to set up a development environment. To do this, follow these steps:

  • Clone the AI Dev. Tools repository to your local machine
  • Install any necessary dependencies using flutter pub get
  • Start an Android or iOS emulator
  • Start the development server using flutter run -v

Submitting code changes

To submit code changes to AI Dev. Tools, please follow these steps:

  • Fork the AI Dev. Tools repository to your own GitHub account
  • Create a new branch for your changes using a descriptive name
  • Make your changes and commit them to your branch
  • Push your branch to your GitHub repository
  • Open a pull request in the AI Dev. Tools repository and describe your changes in detail

Thank you for contributing to AI Dev. Tools!