Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 570 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 570 Bytes

Contributing to Godot Asset Library

Thanks for your interest in contributing to the Godot Asset Library!

Setup for local development

See the README's Installation section.

Code style guidelines

  • Before opening a pull request, run the code style checking tools as described in the README. If you've installed frontend dependencies, this will be done automtaically using a Git pre-commit hook.
  • Don't use PHP features only available in PHP 7.3 or later.
    • This is because the production version runs on PHP 7.2.