This repository contains Requests for Comments (RFCs) for Recordbook, a voice AI journal. These RFCs detail proposed changes, features, and improvements to the Recordbook platform. They serve as a central location for discussion and documentation of the design and evolution of Recordbook.
An RFC is a document outlining a proposed change to Recordbook. It provides a clear description of the problem, the proposed solution, the rationale behind the solution, and potential alternatives. RFCs are intended to foster discussion and gather feedback from the community before a change is implemented.
We encourage contributions to this repository! If you have an idea for a new feature, improvement, or bug fix, please submit an RFC. Here's the process:
- Create a new branch: Create a new branch in this repository in your own GitHub account.
- Create a new RFC: Create a new file in the
rfcsdirectory. Name the fileNNN-[description].md, whereNNNis a sequential number (start with the next available number). Write a short description after NNN, so that it's easier to know what's being proposed - Fill out the template: Complete all sections of the RFC template, providing as much detail as possible.
- Submit a pull request: Once you've finished writing your RFC, submit a pull request to this repository.