Thank you for your interest in PersistenceAI! This document provides guidelines for providing feedback and reporting issues.
PersistenceAI is currently a closed-source project. The core codebase is proprietary. However, we may selectively open-source certain components, tools, or integrations in the future.
If you find a bug, please open an issue with:
- Clear title describing the bug
- Steps to reproduce the issue
- Expected behavior vs actual behavior
- Environment details (OS, version, etc.)
- Screenshots/logs if applicable
We welcome feature suggestions! Please open an issue with:
- Clear description of the feature
- Use case - why is this feature needed?
- Proposed solution (if you have one)
- Alternatives considered (if any)
For public repositories (like Landing), we welcome documentation improvements:
- Fork the repository (if it's open source)
- Create a feature branch (
git checkout -b docs/improvement) - Make your changes
- Commit your changes (
git commit -m 'Improve documentation') - Push to the branch (
git push origin docs/improvement) - Open a Pull Request
Note: Code contributions are currently limited to:
- Public repositories (if any)
- Documentation-only changes
- Example code or templates
For core codebase contributions, please contact us directly at PersistenceAI@proton.me to discuss opportunities.
- Follow existing code patterns
- Use meaningful variable and function names
- Add comments for complex logic
- Keep functions focused and small
- Write self-documenting code
- Write tests for new features
- Ensure all tests pass before submitting PR
- Test on multiple platforms if applicable
- Update README if adding new features
- Add code comments for complex logic
- Update API documentation if changing interfaces
- Clone the repository
- Install dependencies
- Run tests
- Make your changes
- Test your changes
- Submit a PR
Use clear, descriptive commit messages:
feat: Add new featurefix: Fix bug in Xdocs: Update documentationrefactor: Refactor codetest: Add testschore: Update dependencies
- PRs will be reviewed by maintainers
- Address any feedback
- Once approved, your PR will be merged
- Closed-source components: All rights reserved. Proprietary code.
- Open-source components: Will be licensed under appropriate open-source licenses when released.
- Documentation contributions: By contributing documentation, you agree that your contributions will be licensed under the same license as the documentation repository.
Your feedback and suggestions help make PersistenceAI better for everyone. Thank you for taking the time to help improve PersistenceAI!