-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathtemplate.txt
More file actions
31 lines (22 loc) · 828 Bytes
/
template.txt
File metadata and controls
31 lines (22 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# RFC <number> - <title>
* Comments: [#<number>](https://github.com/taskcluster/taskcluster-rfcs/pull/<number>)
* Proposed by: @<yourname>
# Summary
<summarize what you are suggesting>
## Motivation
<why do we need this?>
# Details
<how will this be implemented?
what does it depend on?
what are the compatibility concerns?
are there security or performance implications?
how will this be implemented?>
# Implementation
<Once the RFC is decided, these links will provide readers a way to track the
implementation through to completion, and to know if they are running a new
enough version to take advantage of this change. It's fine to update this
section using short PRs or pushing directly to master after the RFC is
decided>
* <link to tracker bug, issue, etc.>
* <...>
* Implemented in Taskcluster version ...