Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 993 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (24 loc) · 993 Bytes

Back to Main Page

Contributing

Contributions to Raylib.nelua are more than welcome! I would highly suggest opening up an issue first to discuss the upcoming change.

Small guideline

  • Follow the same code structure.
  • Comment your code.
  • Ensure that your code is in the correct package.
  • Write a short description of your implemented change.

How to

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Credits

  • Andre-LA - Their old raylib binding that has been used as example & Raylib.nelua logo.
  • AbdulKalam21 - Using their old raylib binding as a template.