Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 951 Bytes

File metadata and controls

29 lines (21 loc) · 951 Bytes

Contributing to AutoPlacer

First off, thank you for considering contributing to AutoPlacer! It's people like you that make AutoPlacer such a great tool.

How Can I Contribute?

Reporting Bugs

  • Use the Bug Report template.
  • Include a clear description, steps to reproduce, and your environment (Python version, OS).

Suggesting Features

  • Use the Feature Request template.
  • Explain why this feature would be useful to most users.

Pull Requests

  • Follow the existing code style.
  • Ensure your changes don't break the core placement flow.
  • Update the documentation if necessary.

Code of Conduct

By participating in this project, you agree to abide by the terms of our Code of Conduct.

Development Setup

  1. Clone your fork.
  2. Install dependencies: pip install numpy scipy matplotlib.
  3. Run python main.py to verify the baseline.

Attribution

This project was created by Rick Arya Das.