Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 1.33 KB

How to contribute to JNoise

Did you find a bug?

  • Open a new GitHub issue if it's not already reported.

  • Use the relevant bug report template to create the issue.

Did you write some code that fixes a bug?

  • Open a new GitHub pull-request with the commits if it hasn't already been proposed.

  • Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.

Do you intend to add a new feature or change an existing one?

  • Do not open an issue on GitHub until you have collected positive feedback about the change from a maintainer.

Do you have questions about the source code?

  • Ask any question about how to use JNoise in the GitHub issues section.

Do you want to contribute to the JNoise documentation?

  • Feel free to do so! Just make sure to conform to the standard-readme specification when editing the README.md.

General Contribution Rules

  • By contributing to the JNoise project your code/contribution will be licensed under the MIT License license.
  • Exempt from this rule are the actual algorithms e.g. OpenSimplex Noise, they must keep their original licenses.

JNoise is a community project. We encourage you to contribute! :)

Thanks! ❤️ ❤️ ❤️

~JNoise Community