Skip to main content

index

This folder is meant to collect our internal RFC.

What is an RFC?

It's a process that we, as developer working on a given task, should follow before doing any work. It's a way to make sure that we are all on the same page and that we are not wasting time on something that will not be accepted.

How to write an RFC?

  1. Create a new file in this folder copying doc/rfc/template.md and name it twpro-XXXX.md where XXXX is the task number
  2. Write your RFC referring to the template
  3. Create a draft Pull Request to have it validated by the team