-
-
Notifications
You must be signed in to change notification settings - Fork 718
Draft: Docs/governance #2307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
woutervroege
wants to merge
13
commits into
main
Choose a base branch
from
docs/governance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,095
−2
Draft
Draft: Docs/governance #2307
Changes from 1 commit
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
2d321ff
docs: add MISSION.md
woutervroege 6bfa911
docs: add GOVERNANCE.md
woutervroege 9797448
docs: add HOW_WORK_FLOWS.md
woutervroege 2a1d23a
docs: add MEMBERS.md
woutervroege a41b516
docs: add CODE_OF_CONDUCT.md
woutervroege 9dbde7d
docs: add BUGS.md
woutervroege e2d375a
docs: add RFC_PROCESS.md
woutervroege 84094b7
docs: add RFC_TEMPLATE.md
woutervroege 33aecd6
docs: add TEAM_OPERATIONS.md
woutervroege 0ef80de
docs: Add pre-code contributions section to CONTRUBUTIONS.md
woutervroege 3a488ff
docs: iterating docs and creating cross links
woutervroege c517ca0
docs: cross-linking
woutervroege 24205a7
Merge branch 'main' into docs/governance
woutervroege File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: add RFC_TEMPLATE.md
- Loading branch information
commit 84094b704a6cbb0711e5270556783b5d7fd7cd7f
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,109 @@ | ||
| # RFC Template | ||
|
|
||
| - **Status**: Idea | Draft | Accepted | Rejected | Revision Requested | ||
| - **Author(s)**: <name / handle> | ||
| - **Champion**: | ||
| - **Created**: | ||
| - **Last Updated**: | ||
| - **Related**: | ||
|
|
||
| --- | ||
|
|
||
| ## 1) Summary (2–5 sentences) | ||
|
|
||
| What is being proposed and why? Keep this understandable to non-specialists. | ||
|
|
||
| --- | ||
|
|
||
| ## 2) Problem & Motivation | ||
|
|
||
| - What problem are we solving? | ||
| - Who is affected? | ||
|
|
||
| --- | ||
|
|
||
| ## 3) Goals & Non-Goals | ||
|
|
||
| ### Goals | ||
|
|
||
| What outcomes should this RFC achieve? | ||
|
|
||
| - … | ||
| - … | ||
|
|
||
| ### Non-Goals | ||
|
|
||
| What is explicitly out of scope for this RFC? | ||
|
|
||
| - … | ||
| - … | ||
|
|
||
| --- | ||
|
|
||
| ## 4) Proposed Approach (High-level) | ||
|
|
||
| Describe the proposed approach at a level suitable for review: | ||
|
|
||
| - Key idea(s) | ||
| - Expected behavior changes (if any) | ||
| - Any public API changes (if any) | ||
|
|
||
| --- | ||
|
|
||
| ## 5) Trade-offs & Alternatives | ||
|
|
||
| ### Trade-offs | ||
|
|
||
| What are the downsides or costs of the proposed approach? | ||
|
|
||
| ### Alternatives | ||
|
|
||
| What alternative approaches were considered, and why were they not chosen? | ||
|
|
||
| --- | ||
|
|
||
| ## 6) Impact | ||
|
|
||
| ### Compatibility | ||
|
|
||
| Are there breaking changes? Is migration required? | ||
|
|
||
| ### Performance | ||
|
|
||
| Any expected performance impact? | ||
|
|
||
| ### Security / Privacy | ||
|
|
||
| Any security or privacy implications? | ||
|
|
||
| ### Maintenance | ||
|
|
||
| Expected long-term maintenance cost or complexity. | ||
|
|
||
| --- | ||
|
|
||
| ## 7) Open Questions | ||
|
|
||
| - … | ||
| - … | ||
|
|
||
| --- | ||
|
|
||
| ## (Optional) Implementation Notes | ||
|
|
||
| Only include if it helps reviewers: | ||
|
|
||
| - rollout/migration sketch | ||
| - testing strategy | ||
| - rough milestones | ||
|
|
||
| --- | ||
|
|
||
| ## Decision (TSC) | ||
|
|
||
| Filled in by the TSC when decided. | ||
|
|
||
| - **Decision**: Accepted | Rejected | Revision Requested | ||
| - **Rationale**: | ||
| - **Date**: | ||
| - **Recorded by**: | ||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
created and last updated can be viewed in git, maybe remove this (or at least "last updated")