Thank you for your interest in contributing to NeuroCode – a cognitive AI framework for understanding code through neural memory simulation.
We welcome contributions of all kinds, including:
- Bug fixes
- Feature implementations
- Code optimization
- Documentation improvements
- Research insights
git clone https://github.com/FalahMsi/neurocode.git
cd neurocodepython -m venv .venv
.venv\Scripts\activate # For Windows
pip install -r requirements.txtpython main.py- Use clear and consistent naming conventions.
- Write concise and meaningful commit messages.
- Format your code using a linter like
black. - Avoid including large data files in your PRs.
- Fork the repository.
- Create a new branch from
master. - Make your changes.
- Push to your fork and submit a pull request.
- Describe your changes clearly in the PR description.
We will review your PR and collaborate if improvements are needed.
If you encounter bugs or have suggestions, open an issue here. Please include:
- Clear description of the problem
- Steps to reproduce
- Environment info (OS, Python version)
By contributing, you agree that your code will be licensed under the MIT License.
We're excited to build NeuroCode with your help. Let's make cognitive AI for code a reality!