Skip to content

Commit

Permalink
Add "Living Document" status
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Nov 15, 2016
1 parent 258032c commit 9f36e25
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bikeshed/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"LS": "Living Standard",
"LS-COMMIT": "Commit Snapshot",
"LS-BRANCH": "Branch Snapshot",
"LD": "Living Document",
"FINDING": "Finding",
"w3c/ED": "Editor's Draft",
"w3c/WD": "W3C Working Draft",
Expand Down Expand Up @@ -75,9 +76,9 @@
"iso/AMD": "Amendment"
}
snapshotStatuses = ["w3c/WD", "w3c/FPWD", "w3c/LCWD", "w3c/CR", "w3c/PR", "w3c/REC", "w3c/PER", "w3c/NOTE", "w3c/MO"]
unlevelledStatuses = ["LS", "DREAM", "w3c/UD", "LS-COMMIT", "LS-BRANCH", "FINDING"]
unlevelledStatuses = ["LS", "LD", "DREAM", "w3c/UD", "LS-COMMIT", "LS-BRANCH", "FINDING"]
deadlineStatuses = ["w3c/LCWD", "w3c/PR"]
noEDStatuses = ["LS", "LS-COMMIT", "LS-BRANCH", "FINDING", "DREAM"]
noEDStatuses = ["LS", "LS-COMMIT", "LS-BRANCH", "LD", "FINDING", "DREAM"]

megaGroups = {
"w3c": frozenset(["csswg", "dap", "fxtf", "geolocation", "houdini", "html", "ricg", "svg", "texttracks", "uievents", "web-bluetooth-cg", "webappsec", "webauthn", "webperf", "webplatform", "webspecs", "webvr", "wicg"]),
Expand Down

0 comments on commit 9f36e25

Please sign in to comment.