|
| 1 | +--- |
| 2 | +process: (fill me in with a unique ident, my_new_process) |
| 3 | +start-date: (fill me in with today's date, YYYY-MM-DD) |
| 4 | +author: (name of the main author) |
| 5 | +co-authors: (find a buddy later to help out with the RFC) |
| 6 | +shepherd-team: (names, to be nominated and accepted by RFC steering committee) |
| 7 | +shepherd-leader: (name to be appointed by RFC steering committee) |
| 8 | +modifies: |
| 9 | + - [RFC 0000 my_old_process]() |
| 10 | +--- |
| 11 | + |
| 12 | +<!-- |
| 13 | +If you are proposing to change a process with regard of how the nix community |
| 14 | +conducts, then use this template. Some examples are, without being an exhaustive list: |
| 15 | +
|
| 16 | +- Change the RFC process, the organization of the issue tracker or the forum |
| 17 | +- Change community workflows or other comunity infrastructure |
| 18 | +- Amend the code of conduct and similar high level normative documents |
| 19 | +--> |
| 20 | + |
| 21 | +# Summary |
| 22 | +[summary]: #summary |
| 23 | + |
| 24 | +<!-- One paragraph to resume this document (motivation and future process). --> |
| 25 | + |
| 26 | +In order to address "X", I/we propose to "Y". |
| 27 | + |
| 28 | +# Classification |
| 29 | +[classification]: #classification |
| 30 | + |
| 31 | +<!-- Please check the relevant boxes (typically one) -- or add your own. --> |
| 32 | + |
| 33 | +- [ ] general habits and decision making |
| 34 | +- [ ] core technical protocols & processes |
| 35 | +- [ ] contributer efficiency support |
| 36 | + |
| 37 | +# Motivation |
| 38 | +[motivation]: #motivation |
| 39 | + |
| 40 | +<!-- What's wrong? Please feel encouraged to benchmark us against other |
| 41 | +(open source or other) ecosystems. --> |
| 42 | + |
| 43 | +# Current Process |
| 44 | +[as-is]: #current-process |
| 45 | + |
| 46 | +<!-- Describe the current process as it is observed out in the wild. |
| 47 | +If there has been a previous RFC for this process, please mention it, |
| 48 | +but prefer the state of the world "as-is". In a final paragraph, please |
| 49 | +describe its shortcomings and how they relate to the motivation. |
| 50 | +
|
| 51 | +Make use of BPMN 2.0 notation, if you'd find that useful. --> |
| 52 | + |
| 53 | +# Future Process |
| 54 | +[to-be]: #future-process |
| 55 | + |
| 56 | +<!-- Describe the future process how you imagine it to be. |
| 57 | +In a final paragraph, please describe how this would satisfy the motivation. |
| 58 | +Please be explicit, if it only party addresses the motivation. |
| 59 | +
|
| 60 | +Make use of BPMN 2.0 notation, if you'd find that useful. --> |
| 61 | + |
| 62 | +# Roles & Stakeholders |
| 63 | + |
| 64 | +<!-- Describe in abstract terms the roles involved in this process |
| 65 | +and how they are affected by this process change. Plotting estimated |
| 66 | +/ abstract time requirements of _as-is_ against _to-be_ is a plus. |
| 67 | +The idea is to get a better sense of the stakeholders of this process |
| 68 | +and their respective interestes and estimate the associated total |
| 69 | +costs imposed (mostly in time, can be negative) to the community.--> |
| 70 | + |
| 71 | +# Pros & Cons |
| 72 | +[evaluation]: #pros-and-cons |
| 73 | + |
| 74 | +<!-- Within your judgment, prefer bullet points over prose. --> |
| 75 | + |
| 76 | +## Pros |
| 77 | + |
| 78 | + |
| 79 | +## Cons |
| 80 | + |
| 81 | + |
| 82 | +# Conclusion |
| 83 | +[conclusion]: #conclusion |
| 84 | + |
| 85 | +<!-- In the greater scheme of things, to wat degree does your proposal |
| 86 | +satisfy the motivation. Is it meaningful? Is it important? Is it urgent? --> |
| 87 | + |
| 88 | +# Updates |
| 89 | +[updates]: #updates |
| 90 | + |
| 91 | +<!-- This space is reserved for linking or in-lining future updates to this |
| 92 | +process --> |
0 commit comments