We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75831e commit 6bf13e2Copy full SHA for 6bf13e2
1 file changed
AGENTS.md
@@ -1,2 +1,11 @@
1
Use space-y instead of mt-2 for better spacing between elements.
2
Always use spacing in multiples of 2 unless you need to use odd spacing for a specific reason. This helps maintain visual consistency across the app.
3
+
4
+## Branch and deployment workflow
5
6
+- `main` is the GitHub default branch and Netlify production branch.
7
+- `beta` is the permanent integration and beta-testing branch.
8
+- Feature and fix PRs should target `beta`, not `main`.
9
+- Production releases happen by opening or updating the deploy PR from `beta` into `main`.
10
+- Use the manual GitHub Actions `Deploy` workflow to create or update the `beta` -> `main` release PR.
11
+- PRs into `main` are guarded and should only come from `beta`.
0 commit comments