Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 755 Bytes

File metadata and controls

34 lines (24 loc) · 755 Bytes

Contributing to WikiCFP Scanner

Thank you for your interest in contributing!

Quick Start

git clone https://github.com/dipankar/wikicfp-cli
cd wikicfp-cli
uv sync --all-extras
uv run ruff check .
uv run pytest

Guidelines

  • Follow existing code patterns
  • Run uv run ruff check . before committing
  • Write clear commit messages
  • Update documentation if needed

Full Guide

See the complete Contributing Guide for detailed instructions on:

  • Development environment setup
  • Code style and linting
  • Testing guidelines
  • Pull request process
  • Areas for contribution

License

By contributing, you agree that your contributions will be licensed under the MIT License.