Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1018 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 1018 Bytes

Philosophy 🌀

Ryven is meant to be a simple and transparent tool for visual scripting in Python. It does not intend to replace textual source code in general by the diagram representation, rather to enhance it. The idea is to provide a simple but powerful system for nodes and node packages with virtually no restrictions, so even fairly advanced mechanisms can be built on top of it.

Contributions In General 🚀

There are many ways you can contribute to the Ryven project. Particularly effective options include improvement of

  • docstrings
  • online documentation
  • example content: nodes and projects
  • tutorials

Also check out the other repositories.

Creating Good Issues 📣

  • you might want to check the information on the website
  • be precise and include a minimal procedure to reproduce the problem
  • notice there's a discussions section which can be used for all kinds of questions or suggestions

Thanks for hanging around and have a nice day!