Contributing

Help improve Portal Engine. Whether you’re fixing bugs, adding features, or improving docs — welcome!


Getting Started

  1. Building — Set up a development environment

  2. Code Style — Follow the project conventions

  3. Testing — Write and run tests

  4. Documentation — Improve the docs


What to Work On

Type

Where to Look

Bugs

GitHub Issues

Features

GitHub Issues

Good first issues

GitHub Issues

Documentation

Docs README


Quick Reference

Branch Naming

feature/description    # New features
fix/description        # Bug fixes
docs/description       # Documentation
refactor/description   # Code refactoring

Commit Messages

(module): Short description

Longer explanation if needed.

Fixes #123

Code of Conduct

See the Code of Conduct.