Common references¶
- How to contribute
- Reporting bugs, issues and feature requests
- Creating Pull Requests (PRs)
- Rebasing a PR
- Commit message format
- At-a-glance PR checklist
- Before making changes
- Branching model
- Creating a topic branch
- Making changes, managing commits
- Git commit message format
- Skipping CI
- Submitting your Pull Request
- Merge conflicts and rebasing
- How a PR moves from
develop
to release3.x.x
- How your PR fits into the release cycle
- Additional resources
- A note about
sc3-plugins
- Contributing help files, Tutorials and other SCDocs
- Changes
- Env seems to work differently than I expect
- Can we change parameter names of methods? The current naming confuses me/I don’t like it
- Can I make X addition to the language syntax?
- Why does sclang make me put
var
statements at the top of functions? Why can’t I define classes at runtime? - Is
?
or??
faster? - Can we get code folding in the IDE?
- Can I use SC in a game audio engine?