Skip to content

Commit d5ecaae

Browse files
committed
initial commit, no cuddles yet, basic template
1 parent 1435c4b commit d5ecaae

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

0000-template.md

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
- Project / Feature Name: (fill me in with a unique ident, `my_awesome_project`)
2+
- Start Date: (fill me in with today's date, YYYY-MM-DD)
3+
- RFC PR: [fogo-sh/rfcs#0000](https://github.com/fogo-sh/rfcs/pull/0000)
4+
5+
# Summary
6+
7+
[summary]: #summary
8+
9+
One paragraph explanation of the project / feature.
10+
11+
# Motivation
12+
13+
[motivation]: #motivation
14+
15+
Why are we doing this? What is neat about it? What can we do this this project / feature? What is the expected outcome?
16+
17+
# Drawbacks
18+
19+
[drawbacks]: #drawbacks
20+
21+
Why should we _not_ do this?
22+
23+
# Alternatives and Prior art
24+
25+
[alternatives-and-prior-art]: #alternatives-and-prior-art
26+
27+
What already exists to solve this problem, potentially in a different form, and why is it not sufficient?
28+
29+
# Unresolved questions
30+
31+
[unresolved-questions]: #unresolved-questions
32+
33+
# High-level technical overview
34+
35+
[high-level-technical-overview]: #high-level-technical-overview
36+
37+
Rough idea of the tech stack, and how it will be implemented / deployed.
38+
39+
# Involvement
40+
41+
[involvement]: #involvement
42+
43+
Who is involved in this project / feature? Who is the owner? Who are the stakeholders?

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
# rfcs
2-
RFCs, request for cuddles
2+
3+
Fogo.sh RFCs
4+
5+
The "RFC" (request for cuddles) process is intended to provide a consistent and controlled path for new projects, and changes to existing projects, so that all stakeholders can be confident about the direction of fogo.sh.
6+
7+
This repository very much steals aspects of, and is based on the [rust-lang/rfcs](https://github.com/rust-lang/rfcs) repository.

text/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)