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
- 🔰 Discussing the current state of the code
- 🔰 Submitting a fix
- 🔰 Proposing new features
- 🔰 Create examples
- 🔰 Improving the documentation
If you find a bug in the code or documentation, please file an issue with a clear and detailed description of the problem.
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.
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.
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.
Here are the general steps you can follow to create an example for a phaser-plus project:
- Familiarize yourself with the project's code structure and the features you want to showcase in the example.
- Run the examples project
npm run dev -w @phaser-plus/examples
- Create a new js file within the project's examples directory. Give the file a meaningful name that reflects the purpose of the example.