Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1019 Bytes

File metadata and controls

40 lines (29 loc) · 1019 Bytes

Contributing to Dragman Agent

Thank you for your interest in contributing to Dragman Agent! This document provides guidelines for contributing to the project.

Getting Started

  1. Fork the repository
  2. Clone your fork locally
  3. Create a new branch for your feature
  4. Make your changes
  5. Test your changes
  6. Submit a pull request

Development Setup

  1. Install dependencies: yarn install
  2. Copy environment file: cp .env.example .env
  3. Configure your environment variables
  4. Run the development server: yarn dev

Code Style

  • Use ESLint for code linting
  • Use Prettier for code formatting
  • Follow the existing code style
  • Write meaningful commit messages

Testing

  • Write tests for new features
  • Ensure all tests pass
  • Test your changes locally before submitting

Pull Request Process

  1. Update the README.md with details of changes
  2. Update the documentation if needed
  3. Add tests for new functionality
  4. Ensure all tests pass
  5. Submit a pull request with a clear description