mirror of
https://github.com/photonstorm/phaser
synced 2024-11-21 20:23:19 +00:00
Update CONTRIBUTING.md
Fixed the Code of Conduct link on contribution page. Removed "Pixi and Phaser" section, phaser uses its own internal renderer.
This commit is contained in:
parent
4a103f91ad
commit
e1c3e6bab3
1 changed files with 2 additions and 2 deletions
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
|
@ -2,7 +2,7 @@
|
|||
|
||||
It's important to us that you feel you can contribute towards the evolution of Phaser. This can take many forms: from helping to fix bugs or improve the docs, to adding in new features to the source. This guide should help you in making that process as smooth as possible.
|
||||
|
||||
Before contributing, please read the [code of conduct](https://github.com/photonstorm/phaser/blob/master/v2/CODE_OF_CONDUCT.md).
|
||||
Before contributing, please read the [code of conduct](https://github.com/photonstorm/phaser/blob/master/.github/CODE_OF_CONDUCT.md).
|
||||
|
||||
## Reporting issues
|
||||
|
||||
|
@ -21,7 +21,7 @@ Before contributing, please read the [code of conduct](https://github.com/photon
|
|||
|
||||
## Pixi and Phaser
|
||||
|
||||
It's important to understand that internally Phaser 2 uses a heavily customized version of [Pixi.js v2](https://github.com/GoodBoyDigital/pixi.js/) for all rendering. It's possible you may find a bug that is generated on the Pixi level rather than Phaser. You're welcome to still report the issue of course, but if you get a reply saying we think it might be a Pixi issue, this is what we're talking about :)
|
||||
Phaser doesn't use Pixi anymore.
|
||||
|
||||
|
||||
## Support Forum
|
||||
|
|
Loading…
Reference in a new issue