Skip to content

Commit e1c3e6b

Browse files
authored
Update CONTRIBUTING.md
Fixed the Code of Conduct link on contribution page. Removed "Pixi and Phaser" section, phaser uses its own internal renderer.
1 parent 4a103f9 commit e1c3e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
Before contributing, please read the [code of conduct](https://github.com/photonstorm/phaser/blob/master/v2/CODE_OF_CONDUCT.md).
5+
Before contributing, please read the [code of conduct](https://github.com/photonstorm/phaser/blob/master/.github/CODE_OF_CONDUCT.md).
66

77
## Reporting issues
88

@@ -21,7 +21,7 @@ Before contributing, please read the [code of conduct](https://github.com/photon
2121

2222
## Pixi and Phaser
2323

24-
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 :)
24+
Phaser doesn't use Pixi anymore.
2525

2626

2727
## Support Forum

0 commit comments

Comments
 (0)