Hello there!
Thank you for contributing.
Before merging, please ensure that each modified or newly created block meets the following requirements:
Concise List:
- For example, the
create_embed
block should only create an embed and not create a variable.
- For example, in the
get_user_by_id
block, theid
field must include a warning, as it is crucial for the block to function as intended.
- DO NOT CREATE INPUTS WHERE YOU CAN TYPE CODE (with the exception of the insert JS block).
- Inputs should not cause errors, even when left empty.
- Every block should be created in the same style.
- Ensure that blocks can connect with each other in various scenarios. For example, if two blocks have the
user
type, they should be usable in all user inputs.
These rules will make app development easier, help eliminate pesky bugs, and simplify refactoring.