Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 607 Bytes

File metadata and controls

21 lines (14 loc) · 607 Bytes

Contributing to Medieval Economy

Thank you for your interest in contributing!

Workflow

  1. Fork the repository.
  2. Create a feature branch from main: git checkout -b feature/my-change
  3. Make your changes.
  4. Open a pull request against main.
  5. Reference the related GitHub issue in your pull request description.

Code Style

  • Language: Java
  • Build tool: Maven (mvn clean package)
  • Follow existing conventions in the codebase.

Reporting Issues

Open a GitHub issue with a clear description of the bug or feature request.