💙Thank you for taking the time to contribute💙
If you haven't already, join our Discord channel!
Try to keep your pull requests relevant, neat, and manageable. If you are adding multiple features, split them into separate PRs.
xNode aims to be simple and extendible, not trying to fix all of Unity's shortcomings.
If your feature aims to cover something not related to editing nodes, it generally won't be accepted. If in doubt, ask on the Discord channel.
Using consistent formatting is key to having a clean git history. Skim through the code and you'll get the hang of it quickly.
I use VSCode with the C# FixFormat extension and the following setting overrides:
"csharpfixformat.style.spaces.beforeParenthesis": false,
"csharpfixformat.style.indent.regionIgnored": true