Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions DevelopmentAndAdoption.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Principles of Standards Development and Adoption

This note lists some actions that should be considered as part of adopting a document from "Draft" to "Approved" status.

- The [OlcbChecker](https://github.com/bobjacobsen/OlcbChecker) should include a test plan and checker code for the new or changed capability
- This should be made available early to node implementors so they can confirm coexistence of their products with any new or changed functionality

- There should be at least two implementations that interoperate and pass the above checks
- ideally, these would have been developed independently

- The updated document(s) should be posted to the [OpenLCB Group](https://groups.io/g/openlcb) and comments accepted for a week
- Those comments should be addressed on the group list, and if consensus exists, appropriate changes should be made
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ sudo apt-get install writer2latex links

## Process for adopting a document

The technical process for adopting a document is described in
[standards/Conventions.html](standards/Conventions.html).
Some consideration when deciding to adopt a document are described in
[DevelopmentAndAdoption.md](DevelopmentAndAdoption.md).

### Forking an adopted document to drafts

Expand Down