Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

27 lines (20 loc) · 1.03 KB

Contributing to GdevJS

Everyone is free to contribute to this project by extending it with other code or by reporting bugs and errors.

Reporting issues

Before reporting problems, make sure you don't post duplicates. It is absolutely not accepted:

  • The use of inappropriate language.
  • Any kind of harassment.

Click here for more.

Extending the code

Anyone can participate in the realization of this project by extending it with codes to improve or solve problems. The guidelines for clean code are as follows:

  • Use the formatting of the current project.
  • Use English.
  • Document anything that needs documentation.
  • Do NOT change the license.
  • if you are working on already existing files:
    • Do NOT remove authors.
    • Do NOT change the version without consent.

If in doubt, do not hesitate to contact the project owner.

License

By contributing to this project you agree that your contributions will be licensed under Apache 2.0 license.

Simone Ancona