Skip to content
/ RFCs Public

Request For Comments (RFCs) - Presented, merged, and accepted RFCs relating to the Ara project

License

Notifications You must be signed in to change notification settings

AraBlocks/RFCs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ara Request For Comments (RFC)

A repository of Request For Comments (RFC) documents for Ara.

0. Table Of Contents

  1. Introduction
  2. RFC Categories
  3. RFC Considerations, Submission, & Review Process

1. Introduction

Many changes, including bug fixes and documentation improvements can be implemented and reviewed via the normal GitHub pull request workflow.

Some changes though are "substantial", and we ask that these be put through a bit of a design process and produce a consensus amongst the Ara community and the Ara Core team.

The RFC process is designed to give contributors a structured pathway to present and integrate new features into the Ara project. The active RFC list can be found here.

2. RFC Categories

RFC documents are organized by single category names. They are arbitrary and can grow as new scopes are introduced into the respository. As they are created in RFC documents, they are initially created as Github issue labels. If a merged RFC introduces a new category, it should be added here.

3. RFC Consideration, Submission, & Review Process

RFC document authors should follow the outlined process in this section to submit a RFC to this repository

3.1 RFC Consideration - When To Open A RFC

You must follow this process when you plan to make "substantial" changes to the Ara protocol or its documentation. The following are some examples of features that would require an RFC:

  • An update to the Smart Contracts that exist within the protocol, proposing a new way to calculate and distribute rewards
  • A change to the existing Filesystem Hierarchy found within AFS

On the contrary, items that do not have to be submitted as an RFC:

  • Rephrasing, reorganizing, refactoring, or otherwise "changing shape does not change meaning".
  • Additions that strictly improve objective, numerical quality criteria (warning removal, performance improvements, platform coverage etc).
  • Additions likely to be noticed only by other developers of Ara, invisible to users of Ara.

3.2 Submission - How To Open A RFC

The submission of a RFC should follow the steps outlined in this section.

  1. Fork the RFC repo http://github.com/arablocks/rfcs
  2. Copy 0000-template.md to text/0000-my-feature.md (where 'my-feature' is descriptive. Don't assign an RFC number yet). If the text directory does not exist, please create it prior to copying.
  3. Fill in the RFC. Put care into the details: RFCs that do not present convincing motivation, demonstrate understanding of the impact of the design, or are disingenuous about the drawbacks or alternatives tend to be poorly-received.
  4. Submit a pull request. As a pull request the RFC will receive design feedback from the larger community, and the author should be prepared to revise it in response.
  5. Build consensus and integrate feedback. RFCs that have broad support are much more likely to make progress than those that don't receive any comments.

Final Comment Period

RFCs that are candidates for inclusion in Ara will enter a "final comment period" lasting 3 calendar days. The beginning of this period will be signaled with a comment and tag on the RFCs pull request.

An RFC can be modified based upon feedback from the team and community. Significant modifications may trigger a new final comment period.

Acceptance & Rejectance

An RFC may be rejected by the team after public discussion has settled and comments have been made summarizing the rationale for rejection. A member of the team should then close the RFCs associated pull request.

An RFC may be accepted at the close of its final comment period. A team member will merge the RFCs associated pull request, at which point the RFC will become 'active'.

An RFC may be accepted or rejected prior to the close of its final comment period if all reviewing members of the RFC come to consensus [1] about its acceptance or "rejectance" [2].

3.3 RFC Review

Once an RFC becomes "active" then authors may implement it and submit the feature as a pull request to the Ara repo that the RFC is relevant to. Being "active" is not a rubber stamp, and in particular still does not mean the feature will ultimately be merged; it does mean that in principle all the major stakeholders have agreed to the feature and are amenable to merging it.

Furthermore, the fact that a given RFC has been accepted and is 'active' implies nothing about what priority is assigned to its implementation, nor whether anybody is currently working on it.

Modifications to "active" RFCs can be done in follow-up pull requests. We strive to write each RFC in a manner that it will reflect the final design of the feature; but the nature of the process means that we cannot expect every merged RFC to actually reflect what the end result will be at the time of the next major release.

3.4 RFC Integration

The author of an RFC is not obligated to implement it. Of course, the RFC author (like any other developer) is welcome to post an implementation for review after the RFC has been accepted.

If you are interested in working on the implementation for an 'active' RFC, but cannot determine if someone else is already working on it, feel free to ask (e.g. by leaving a comment on the associated issue).

Inspiration

Ara's RFC process owes inspiration to the React and Rust RFC processes.

References

About

Request For Comments (RFCs) - Presented, merged, and accepted RFCs relating to the Ara project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •