docs: introduce formal RFC and development process#138
Open
moidx wants to merge 3 commits intoOpenPRoT:mainfrom
Open
docs: introduce formal RFC and development process#138moidx wants to merge 3 commits intoOpenPRoT:mainfrom
moidx wants to merge 3 commits intoOpenPRoT:mainfrom
Conversation
b798633 to
a1e58e9
Compare
Introduce a new development-process.md detailing the formal RFC workflow for large changes, including TSC approval and specific criteria for architectural or security-critical updates. Update contributing.md and the root CONTRIBUTING.md to point to this new process, ensuring a clear and standardized path for both small and large contributions. This process is adapted from the Caliptra Contributing Process: https://github.com/chipsalliance/Caliptra/blob/main/doc/CaliptraContributingProcess.md Signed-off-by: Miguel Osorio <miguelosorio@google.com>
Introduce a standardized GitHub issue template for Request for Comment (RFC) proposals. This template guides contributors to include all necessary details such as scope, rationale, implementation tradeoffs, and test plans for significant changes. Signed-off-by: Miguel Osorio <miguelosorio@google.com>
Update introduction.md and getting-started.md to use Bazel and Pigweed commands (pw presubmit, bazel test), replacing outdated cargo xtask commands to align with the current project workflow. Signed-off-by: Miguel Osorio <miguelosorio@google.com>
timothytrippel
approved these changes
Mar 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR establishes a formal development and RFC process for OpenPRoT, ensuring a standardized path for both small and large contributions.
Changes Included
Attribution
The process and templates are adapted from the Caliptra Contributing Process.