Contributing¶
Help improve Portal Engine. Whether you’re fixing bugs, adding features, or improving docs — welcome!
Getting Started¶
Building — Set up a development environment
Code Style — Follow the project conventions
Testing — Write and run tests
Documentation — Improve the docs
What to Work On¶
Type |
Where to Look |
|---|---|
Bugs |
|
Features |
|
Good first issues |
|
Documentation |
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.