From b0595e92ebd9a2638457514299a05112e8459ea0 Mon Sep 17 00:00:00 2001 From: ddrayko Date: Sat, 20 Jun 2026 11:48:35 +0200 Subject: [PATCH 1/3] Add CONTRIBUTING.md - PRs must target beta branch --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CONTRIBUTING.md 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. From 59701e7119c4f3df7de7a2f689114cc6d882bffd Mon Sep 17 00:00:00 2001 From: ddrayko <189259481+ddrayko@users.noreply.github.com> Date: Sat, 20 Jun 2026 14:06:01 +0000 Subject: [PATCH 2/3] Update app.js --- public/js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/js/app.js b/public/js/app.js index d72bc22..26ddac4 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -1552,3 +1552,4 @@ function init() { } init(); + From 65ca41c70cde1bd73496276bf5a1d2e67f2d46ad Mon Sep 17 00:00:00 2001 From: ddrayko <189259481+ddrayko@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:09:58 +0000 Subject: [PATCH 3/3] test github update webhook --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d61649..dad42cf 100644 --- a/README.md +++ b/README.md @@ -542,3 +542,4 @@ Two deployment workflows are configured: - **deploy-main.yml**: Triggered on push to `main` branch. Both use SSH credentials configured as GitHub repository secrets (`SSH_HOST`, `SSH_USER`, `SSH_PASSWORD`, `SSH_PORT`). +