Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.67 KB

File metadata and controls

58 lines (34 loc) · 1.67 KB

Contributing to Project 'MARS'

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.

🙌 Ground Rules

  • 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).

🛠️ How to Contribute

1. Fork the Repository

Click "Fork" at the top-right of the GitHub page and clone your fork:

git clone https://github.com/your-username/project-name.git

2. Create a Branch

Use descriptive branch names:

git checkout -b fix/issue-42-database-connection

3. Make Your Changes

Write 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.

4. Test Your Changes

Please test your code before submitting a pull request.

If applicable, add new tests for your feature or fix.

5. Submit a Pull Request

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

⚖️ License and Attribution

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.