You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
merging from a differently named branch for some reason. (#117)
* proposal for RFC process
* Update README.md
fixing typo
Co-authored-by: Pavel Kirienko <[email protected]>
* Update README.md
fixing wording
Co-authored-by: Pavel Kirienko <[email protected]>
* changes per discussion on PR
* Fix typo
Co-authored-by: Pavel Kirienko <[email protected]>
* Update README.md
Co-authored-by: Pavel Kirienko <[email protected]>
* Fix CI configuration
Configure the workflow to run on pull requests OR when pushed to specific branches
Co-authored-by: Pavel Kirienko <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,19 @@ The sources of the Cyphal specification and other related documents are containe
8
8
When cloning this repository, don't forget to initialize the Git submodules:
9
9
`git submodule update --init --recursive`.
10
10
11
+
## Governance
12
+
13
+
The Cyphal specification is community-managed and completely open. Anyone can propose changes but only Cyphal maintainers may commit changes to this repository where the contents of the HEAD revision of the primary branch constitutes the latest version of the specification in-effect.
14
+
15
+
### Request For Comments (RFC) Process
16
+
17
+
Changes to the specification shall use the following, community-driven RFC process:
18
+
19
+
1. An RFC is posted on the [OpenCyphal forum's specification section](https://forum.opencyphal.org/c/dev/spec/15) with the details of the proposed change. The title of this post should start with "RFC: " to indicate it is the start of a proposed change to the specification.
20
+
2. RFCs will remain on the forum for at least 10 days to ensure interested parties have time to discover and review them.
21
+
3. After some discussion and review by the community, the RFC is either accepted or rejected by at least one OpenCyphal maintainer.
22
+
4. Once accepted the RFC is implemented in the specification as a pull-request and is considered adopted once the PR has been merged.
0 commit comments