Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 985 Bytes

File metadata and controls

38 lines (25 loc) · 985 Bytes

Contributing to AI-Humanizer

Thank you for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/your-feature)
  3. Commit your changes (git commit -m 'Add your feature')
  4. Push to the branch (git push origin feature/your-feature)
  5. Open a Pull Request

Development Setup

git clone https://github.com/molly554/ai-humanize.git
cd AI-Humanizer
pip install -r requirements.txt

Guidelines

  • Write clear commit messages
  • Add tests for new features
  • Follow existing code style
  • Update documentation for user-facing changes

Reporting Bugs

Use GitHub Issues with the bug report template.

Feature Requests

Use GitHub Issues with the feature request template.

Code of Conduct

Be respectful and constructive. We're all here to learn and build together.