Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.64 KB

CONTRIBUTING.md

File metadata and controls

34 lines (24 loc) · 1.64 KB

Contributing to phaser-plus 🚀

Thank you for your interest in contributing to phaser-plus We love your input

We want to make contributing to this project as easy and transparent as possible, whether it's:

Reporting a bug

If you find a bug in the code or documentation, please file an issue with a clear and detailed description of the problem.

Discuss

If you have a question or would like to discuss a particular part of the code, please file an issue and label it as a question or discussion.

Submitting a fix

If you would like to submit a fix for a bug or a new feature, please fork the repository and submit a pull request with a clear and detailed description of the changes you have made.

Proposing new features

If you have an idea for a new feature or enhancement, please file an issue with a clear and detailed description of the proposed feature and why it would be useful.

Create examples

Here are the general steps you can follow to create an example for a phaser-plus project:

  1. Familiarize yourself with the project's code structure and the features you want to showcase in the example.
  2. Run the examples project npm run dev -w @phaser-plus/examples
  3. Create a new js file within the project's examples directory. Give the file a meaningful name that reflects the purpose of the example.

Improving the documentation