| Document No. | JDS-PRO-002 |
| Revision | A |
| Date | 2026-03-25 |
| Status | APPROVED |
| Author | Nils Johansson |
This procedure defines how documents are revised, what triggers a revision, and how to maintain a clear history of changes.
A document must be revised when:
| Trigger | Action |
|---|---|
| Error found (factual, technical, or calculation) | Mandatory revision |
| Scope of work changed | Mandatory revision |
| Process or procedure changed | Mandatory revision |
| Clarification needed (feedback from users) | Revision recommended |
| Formatting or editorial improvements only | Minor update (see Section 5) |
| Periodic scheduled review | Revise if needed, or re-approve as-is |
Before editing, document what needs to change and why. This goes into the revision history table.
In Git, create a branch for the revision work:
git checkout -b revision/JDS-RPT-004-revB
This keeps the current approved version intact while you work on the update.
Edit the document content as needed. Mark significant changes clearly — you can use bold text temporarily during review to highlight what changed.
| **Revision** | Rev B |
| **Date** | 2026-04-15 |
| **Status** | APPROVED |
Add a new row to the revision history table at the bottom of the document:
| Rev | Date | Author | Description |
|-----|------|--------|-------------|
| A | 2026-03-25 | Nils Johansson | Initial release |
| B | 2026-04-15 | Nils Johansson | Updated Section 4 to reflect new calibration method |
The description must explain WHY the change was made, not just what was changed.
Same review process as a new document (see JDS-PRO-001).
Update the document’s entry in the Document Registry with the new revision letter and date.
Merge the revision branch back to main. The Git history provides an additional layer of traceability.
| Level | Letter | Meaning |
|---|---|---|
| Draft | DRAFT | Not yet approved. Work in progress. |
| First release | Rev A | First approved version. |
| Subsequent | Rev B, C, D… | Each approved update increments one letter. |
Skip these letters: I, O, Q, S, X, Z (to avoid confusion with numbers or ambiguity).
Full sequence: A, B, C, D, E, F, G, H, J, K, L, M, N, P, R, T, U, V, W, Y, AA, AB…
Not every change warrants a full revision. Here’s the distinction:
For minor updates, keep the same revision letter but note the change in the Git commit message. This keeps the revision history focused on meaningful changes.
When a document is replaced by a newer document (not just a new revision, but an entirely new document):
SUPERSEDEDSuperseded by JDS-XXX-NNN on [date]When a document is no longer relevant to any current work:
RETIREDRetired on [date]. Reason: [brief reason]archive/ subfolder if desiredAll active documents should be reviewed on a regular schedule to ensure they remain current:
| Document type | Review frequency |
|---|---|
| Quality Manual (QMS-000) | Annually |
| Procedures (PRO series) | Annually |
| Templates (TMP series) | Annually or when issues are found |
| Active project documents | At project milestones |
| Reports | No periodic review needed (point-in-time records) |
| Timesheets / Expenses | No periodic review needed (records) |
During review, either:
Every change to a JDS document is traceable through three layers:
| Rev | Date | Author | Description |
|---|---|---|---|
| A | 2026-03-25 | Nils Johansson | Initial release |