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.
You can contribute in several ways:
If you encounter issues, please open an issue and include:
- Description of the problem
- Steps to reproduce
- Expected behavior
- Environment details
We welcome ideas that improve:
- Debugging accuracy
- Performance
- Developer experience
- Language support
Please open an issue with the enhancement label.
Documentation improvements are highly valuable.
You can help by:
- Fixing errors
- Improving clarity
- Adding examples
Before contributing code:
- Open an issue describing your proposal
- Wait for discussion and approval
- Submit a pull request
This ensures alignment with project goals.
ADE is designed as infrastructure.
Key principles:
- Local-first
- Privacy-preserving
- Deterministic
- Reliable
We prioritize correctness over speed of feature addition.
When submitting a pull request:
- Keep changes focused
- Write clear commit messages
- Ensure code quality
- Avoid unrelated changes
Follow existing project style.
Consistency is important.
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.
Please be respectful and constructive.
ADE is built for the developer community.
If you have questions, open a GitHub Discussion.