Skip to content

Commit 0ff7a7c

Browse files
committed
Better name for version-under-development files
1 parent 753651c commit 0ff7a7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Pull requests must come from a fork; create a fresh branch on your fork based on
3535
Overview of branches:
3636

3737
The `main` branch holds
38-
- published versions of the specification in the `versions` folder,
38+
- published versions of the specification, named `versions/X.Y.Z.md`,
39+
- work-in-progress versions of the specification, named `versions/X.Y.Z-dev.md`,
3940
- sources for published schema versions in `schemas/vX.Y` folders and their tests in `tests/vX.Y` folders,
40-
- work-in-progress versions of the specification in the `dev-versions` folder,
4141
- sources for work-in-progress schema versions in `schemas/vX.Y-dev` folders and their tests in `tests/vX.Y-dev` folders,
4242
- utility scripts and supporting documentation.
4343

File renamed without changes.

0 commit comments

Comments
 (0)