Skip to content

Latest commit

Β 

History

History
67 lines (50 loc) Β· 1.6 KB

File metadata and controls

67 lines (50 loc) Β· 1.6 KB

Contributing to the NEOI Mod

Thank you for your interest in contributing!
To keep the project stable, readable, and maintainable, please follow the guidelines below.


πŸ“Œ Before You Start

  • Make sure there is an open issue describing the change.
  • If not, create one and wait for approval before starting work.
  • For large changes, propose your idea first to avoid wasted effort.

πŸ”§ Development Setup

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes.
  4. Test your changes thoroughly.
  5. Commit using clear, descriptive messages.

πŸ§ͺ Code Standards

  • Follow the existing code style.
  • There are no mixins
  • Avoid unnecessary dependencies.
  • Document new code where needed.
  • Do not modify licensing headers.

πŸ› Bug Fixes

If your contribution fixes a bug:

  • Reference the issue number in your PR.
  • Include reproduction steps.
  • Add tests if applicable.

✨ New Features

For new features:

  • Provide a clear explanation of the feature.
  • Include usage examples.
  • Ensure backward compatibility unless approved otherwise.

πŸ“„ Pull Request Process

  1. Ensure your branch is up to date with main.
  2. Open a pull request with:
    • A clear title
    • A detailed description
    • Screenshots/logs if relevant
  3. Wait for review and requested changes.
  4. Once approved, it will be merged by a maintainer.

πŸ›‘ License Notice

By contributing, you agree that your contributions will be licensed under the same license as the project.


❀️ Thank You

Your contributions help the project grow and improve.