feat(FN-3947): move github tracking section to bottom of task form

Moved the GitHub tracking section to the bottom of the task form and locked its field order, with supporting tests covering the new placement in both NewTaskModal and TaskForm components, plus documentation updates for the new form layout.

Fusion-Task-Id: FN-3947
This commit is contained in:
Fusion
2026-05-10 12:48:47 -07:00
committed by gsxdsm
parent 4535db5419
commit 25da93ce0c

View File

@@ -10472,7 +10472,7 @@ Task with acceptance criteria
} finally {
store.stopWatching();
}
});
}, 30_000);
});
describe("async checkForChanges", () => {