Skip to content

Commit

Permalink
Clean up CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
pema99 authored May 8, 2024
1 parent f47cb70 commit 3c75791
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## Developer Notes
## Contributing

Development happens on `master`. This is the branch you should target in pull requests, if you want to contribute.
Development of AudioLink happens on the `master` branch. This is the branch you should target in pull requests, if you want to contribute.

### Version update processes
If you'd like to implement a new feature or major change, join our [Discord](https://discord.com/invite/d5wjNwZBR3) and chat to us about it first, or open an [issue](https://github.com/llealloo/audiolink/issues) to discuss. Bugfixes are usually fine to submit without prior discussion.

When submitting changes, please try to avoid comitting unnecessary changes. In particular, GUIDs of UdonSharp program assets are known to occasionally regenerate themselves when changing scripts. These changes should usually not be comitted.

AudioLink is licensed under the [MIT License](https://en.wikipedia.org/wiki/MIT_License). By contributing, you agree to license your changes under the same license.

## Version update processes

Make sure the sample scene (the one you can open with a dropdown) still works.
If necessary, open it in editor, fix it, and transplant it back into Packages/com.llealloo.audiolink/Samples~...
Expand Down

0 comments on commit 3c75791

Please sign in to comment.