Thank you for your interest in contributing! We welcome bug reports and suggestions.
This project is governed by a Code of Conduct. By participating, you are expected to uphold this code.
The best way to contribute is to report bugs or request new features. Please do this by opening an issue in the Issues tab.
Please include:
- A clear title and description.
- Steps to reproduce (if it's a bug).
- What you expected to happen vs. what actually happened.
Since this is currently a conceptual prototype and student project, I am not actively seeking code contributions.
However, if you find a bug and want to fix it, I am happy to review it! Please follow the standard GitHub flow:
- Fork the repository.
- Create a new branch for your changes (e.g.,
feat/fix-that-bug). - Make your changes and commit them with a clear message.
- Open a Pull Request (PR) and link it to the Issue you created.
Thank you again for your interest!