Thank you for your interest in contributing to Project 'MARS'!
Your help is appreciated — whether it's fixing bugs, improving documentation, or suggesting new features.
- Be respectful and constructive in all communications.
- Ensure your contributions align with the goals of the project.
- All contributions are considered under the terms of the project's MIT License (see
LICENSE).
Click "Fork" at the top-right of the GitHub page and clone your fork:
git clone https://github.com/your-username/project-name.gitUse descriptive branch names:
git checkout -b fix/issue-42-database-connectionWrite clear, well-commented code. Follow existing code style and structure.
If you're submitting a UI-facing feature or change, preserve or update attribution notices where applicable.
Please test your code before submitting a pull request.
If applicable, add new tests for your feature or fix.
Push your changes to your fork and open a pull request against main.
Include:
A clear summary of what your PR does Any related issues (e.g. Closes #42) Screenshots or examples if UI-related
By contributing, you agree that your contributions will be licensed under the same license as the project: MIT License with an additional attribution clause (see LICENSE).
You also agree to preserve visible attribution to the original project when applicable, especially in UI, help content, or documentation.