Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.15 KB

File metadata and controls

32 lines (20 loc) · 1.15 KB

Contributing to [Stelaris]

Thank you for your interest in contributing to this project! This Flutter app allows users to add data through a UI for specific elements in Minecraft. To ensure a smooth development process, please follow these guidelines.

Getting Started

  1. Fork and Clone – Fork the repository and clone it locally.
  2. Setup Environment – Ensure you have Flutter installed and all dependencies set up.
  3. Follow Coding Standards – Keep the code clean and follow best practices.

Submitting Changes

  • Open a pull request (PR) for all changes.
  • Keep PRs focused—one feature or bug fix per PR.
  • Write meaningful commit messages.

Restricted Files

🚨 Do Not Modify environment.dart in Pull Requests 🚨

Changes to environment.dart should not be included in pull requests. This file is managed separately and should remain unchanged to maintain project integrity.

If your changes require an update to this file, please discuss it in an issue before submitting a PR.

Need Help?

If you have any questions or need clarification, feel free to open an issue or reach out to the maintainers.

Happy coding! 🚀