-
-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Arnold
committed
Jun 11, 2021
1 parent
fdc9d5d
commit 141b575
Showing
3 changed files
with
145 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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,35 @@ | ||
--- | ||
information: (fill me in with a unique ident, my_new_fact) | ||
start-date: (fill me in with today's date, YYYY-MM-DD) | ||
author: (name of the main author) | ||
co-authors: (find a buddy later to help out with the RFC) | ||
shepherd-team: (names, to be nominated and accepted by RFC steering committee) | ||
shepherd-leader: (name to be appointed by RFC steering committee) | ||
relates-to: | ||
- [RFC 0000 my_other_information]() | ||
--- | ||
|
||
<!-- | ||
If you are seeking to gather consensus on a fact, or seek general acceptance about | ||
a new information, then use this template. | ||
The fact or information should be sufficiently important to require an RFC process | ||
Some examples are, without being an exhaustive list: | ||
- Start a talk, meetup, or social networking account that will be expected to | ||
officially “represent nix” | ||
- Document design issues, or recording the decision to _not_ act upon something. | ||
- Proposing an experiment. | ||
- Record high-stake proof-generated insight. | ||
--> | ||
|
||
# Summary | ||
[summary]: #summary | ||
|
||
<!-- One paragraph to resume this document. --> | ||
|
||
In order to address "X", I/we propose to "Y". | ||
|
||
# My Structure | ||
|
||
<!-- This template does not have a recommended structure, please use your best | ||
judgment for your particular case. --> |
This file contains 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,92 @@ | ||
--- | ||
process: (fill me in with a unique ident, my_new_process) | ||
start-date: (fill me in with today's date, YYYY-MM-DD) | ||
author: (name of the main author) | ||
co-authors: (find a buddy later to help out with the RFC) | ||
shepherd-team: (names, to be nominated and accepted by RFC steering committee) | ||
shepherd-leader: (name to be appointed by RFC steering committee) | ||
modifies: | ||
- [RFC 0000 my_old_process]() | ||
--- | ||
|
||
<!-- | ||
If you are proposing to change a process with regard of how the nix community | ||
conducts, then use this template. Some examples are, without being an exhaustive list: | ||
- Change the RFC process, the organization of the issue tracker or the forum | ||
- Change community workflows or other comunity infrastructure | ||
- Amend the code of conduct and similar high level normative documents | ||
--> | ||
|
||
# Summary | ||
[summary]: #summary | ||
|
||
<!-- One paragraph to resume this document (motivation and future process). --> | ||
|
||
In order to address "X", I/we propose to "Y". | ||
|
||
# Classification | ||
[classification]: #classification | ||
|
||
<!-- Please check the relevant boxes (typically one) -- or add your own. --> | ||
|
||
- [ ] general habits and decision making | ||
- [ ] core technical protocols & processes | ||
- [ ] contributer efficiency support | ||
|
||
# Motivation | ||
[motivation]: #motivation | ||
|
||
<!-- What's wrong? Please feel encouraged to benchmark us against other | ||
(open source or other) ecosystems. --> | ||
|
||
# Current Process | ||
[as-is]: #current-process | ||
|
||
<!-- Describe the current process as it is observed out in the wild. | ||
If there has been a previous RFC for this process, please mention it, | ||
but prefer the state of the world "as-is". In a final paragraph, please | ||
describe its shortcomings and how they relate to the motivation. | ||
Make use of BPMN 2.0 notation, if you'd find that useful. --> | ||
|
||
# Future Process | ||
[to-be]: #future-process | ||
|
||
<!-- Describe the future process how you imagine it to be. | ||
In a final paragraph, please describe how this would satisfy the motivation. | ||
Please be explicit, if it only party addresses the motivation. | ||
Make use of BPMN 2.0 notation, if you'd find that useful. --> | ||
|
||
# Roles & Stakeholders | ||
|
||
<!-- Describe in abstract terms the roles involved in this process | ||
and how they are affected by this process change. Plotting estimated | ||
/ abstract time requirements of _as-is_ against _to-be_ is a plus. | ||
The idea is to get a better sense of the stakeholders of this process | ||
and their respective interestes and estimate the associated total | ||
costs imposed (mostly in time, can be negative) to the community.--> | ||
|
||
# Pros & Cons | ||
[evaluation]: #pros-and-cons | ||
|
||
<!-- Within your judgment, prefer bullet points over prose. --> | ||
|
||
## Pros | ||
|
||
|
||
## Cons | ||
|
||
|
||
# Conclusion | ||
[conclusion]: #conclusion | ||
|
||
<!-- In the greater scheme of things, to wat degree does your proposal | ||
satisfy the motivation. Is it meaningful? Is it important? Is it urgent? --> | ||
|
||
# Updates | ||
[updates]: #updates | ||
|
||
<!-- This space is reserved for linking or in-lining future updates to this | ||
process --> |