summaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)Author
2018-02-19Docs: Replace references to raylib develop branchAhmad Fatoum
Found by grepping for '(blob|tree)/develop'. See #443 for more information.
2017-12-19Update CONTRIBUTING.mdRDR8
2017-12-19Fix some typos in CONTRIBUTING.md (#422)RDR8
2017-12-18Remove Alien::raylib from bindings listAhmad Fatoum
* `Alien::raylib` downloads raylib, builds it and installs it in the Perl module path (Basically abusing CPAN as package manager) * `Graphics::Raylib::XS` depends on `Alien::raylib` and reexports all C symbols as XS symbols usable in Perl * `Graphics::Raylib` depends on `Graphics::Raylib::XS` and is the actual Perl wrapper with a Perlish API, which users should be using
2017-12-18Create CONTRIBUTING.mdRay