diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..8ba7cc1 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,7 @@ +# Contributing + +All pull requests **must** target the `beta` branch. + +Any PR targeting `main` directly will be closed without review. + +Once changes are validated on `beta`, they are merged into `main` by the maintainers.