Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.86 KB

0033-add-author.md

File metadata and controls

61 lines (41 loc) · 1.86 KB

Meta

  • Name: Add Author to RFC Metadata
  • Start Date: 2020-03-14
  • Status: Implemented
  • CNB Pull Request: #64
  • CNB Issue: (leave blank)
  • Supersedes: (put "N/A" unless this replaces an existing RFC, then link to that RFC)

Summary

This is a proposal to add an Author(s): field to the Meta section of the RFC template.

Motivation

When an RFC is merged, and then renamed, the commit history is lost. This makes it difficult to remember who wrote the RFC. Sometimes, an RFC is written by more than one person, but the linked PR will not always show this.

What it is

A new Author(s): field in the Meta section of the RFC template.

How it Works

We will add the following to the RFC Meta section:

- Author(s): (Github usernames)
- RFC Pull Request: (leave blank)

Drawbacks

Even though the author will be know, the commit history is still hard to find.

Alternatives

RFC PR Link

Instead of an author field, we could only enforce that a link to the original RFC PR be added to the RFC after it's merged. This would make it easier to find the author and the history, but we would need to ensure that all authors are represented in the PR.

Prior Art

Unresolved Questions

  • Does this make it look like only a few person contributed to the RFC (when in reality they are a collaborative process)?

Spec. Changes (OPTIONAL)

None