Requested by: @tiagov8 via YakShaver.ai 🦬
cc: @tiagov8, @Marxoz, @PothieuG, @Freego1783
Hi Team!
🟥 Watch the video (1 min 30 sec)
Url from screen share: https://ssw.com.au/rules/admin/index.html#/collections/new/rule/
Pain
In Rules V3 (TinaCMS), the flow for creating a new rule has changed unexpectedly. When clicking "Create a new rule", the user is now presented with only Title, URL, and File Name fields instead of being taken to the full rule editing mode. Saving from this screen commits changes to an existing branch, which is confusing and risky, especially when the branch is related to a different rule. Previously, creating a new rule opened the full rule editor, and saving created a new PR based on the main branch. The previous experience should be restored.
Acceptance Criteria
- Clicking "Create a new rule" opens the full rule editing view with all rule content fields available
- The new rule creation flow always starts from the main branch
- Saving a newly created rule results in a new PR being created
- The user is not able to accidentally save a new rule to an unrelated existing branch
- The behavior matches the previous expected new rule creation experience
Reproduce Steps
- Navigate to Rules V3 (TinaCMS)
- Click on "Create a new rule"
- Observe that only Title, URL, and File Name fields are shown
- Fill in the fields and save
- Notice that the change is saved to an existing branch instead of creating a new PR from main
Screenshot

Figure: New rule creation shows limited fields and saves to an existing branch instead of opening the full rule editor with a new PR
Requested by: @tiagov8 via YakShaver.ai 🦬
cc: @tiagov8, @Marxoz, @PothieuG, @Freego1783
Hi Team!
🟥 Watch the video (1 min 30 sec)
Url from screen share: https://ssw.com.au/rules/admin/index.html#/collections/new/rule/
Pain
In Rules V3 (TinaCMS), the flow for creating a new rule has changed unexpectedly. When clicking "Create a new rule", the user is now presented with only Title, URL, and File Name fields instead of being taken to the full rule editing mode. Saving from this screen commits changes to an existing branch, which is confusing and risky, especially when the branch is related to a different rule. Previously, creating a new rule opened the full rule editor, and saving created a new PR based on the main branch. The previous experience should be restored.
Acceptance Criteria
Reproduce Steps
Screenshot
Figure: New rule creation shows limited fields and saves to an existing branch instead of opening the full rule editor with a new PR