Skip to content

Latest commit

 

History

History
113 lines (63 loc) · 1.83 KB

File metadata and controls

113 lines (63 loc) · 1.83 KB

Contributing to ADE

Thank you for your interest in contributing to ADE.

ADE is an autonomous debugging engine designed as core infrastructure for modern software development. We welcome contributions from developers, researchers, and engineers.

Ways to Contribute

You can contribute in several ways:

🐛 Report bugs

If you encounter issues, please open an issue and include:

  • Description of the problem
  • Steps to reproduce
  • Expected behavior
  • Environment details

💡 Suggest features

We welcome ideas that improve:

  • Debugging accuracy
  • Performance
  • Developer experience
  • Language support

Please open an issue with the enhancement label.

🧠 Improve documentation

Documentation improvements are highly valuable.

You can help by:

  • Fixing errors
  • Improving clarity
  • Adding examples

⚙️ Contribute code

Before contributing code:

  1. Open an issue describing your proposal
  2. Wait for discussion and approval
  3. Submit a pull request

This ensures alignment with project goals.

Development Philosophy

ADE is designed as infrastructure.

Key principles:

  • Local-first
  • Privacy-preserving
  • Deterministic
  • Reliable

We prioritize correctness over speed of feature addition.

Pull Request Guidelines

When submitting a pull request:

  • Keep changes focused
  • Write clear commit messages
  • Ensure code quality
  • Avoid unrelated changes

Code Style

Follow existing project style.

Consistency is important.

Getting Started

Clone the repository:

git clone https://github.com/ade-engine/ade

Create a branch:

git checkout -b feature-name

Make changes and submit a pull request.

Community

Please be respectful and constructive.

ADE is built for the developer community.

Questions

If you have questions, open a GitHub Discussion.

Thank you for contributing to ADE.