Skip to content

Commit be4e716

Browse files
authored
Remove numbers from the existing design proposals (#490)
1 parent f1f0269 commit be4e716

File tree

4 files changed

+45
-91
lines changed

4 files changed

+45
-91
lines changed

exploration/0000-design-proposal-template.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

exploration/TEMPLATE.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
# Design Proposal Template
2+
3+
Status: **Proposed**
4+
5+
<details>
6+
<summary>Metadata</summary>
7+
<dl>
8+
<dt>Contributors</dt>
9+
<dd>@username</dd>
10+
<dt>First proposed</dt>
11+
<dd>2023-01-01</dd>
12+
<dt>Pull Requests</dt>
13+
<dd>#000</dd>
14+
</dl>
15+
</details>
16+
17+
## Objective
18+
19+
_What is this proposal trying to achieve?_
20+
21+
## Background
22+
23+
_What context is helpful to understand this proposal?_
24+
25+
## Use-Cases
26+
27+
_What use-cases do we see? Ideally, quote concrete examples._
28+
29+
## Requirements
30+
31+
_What properties does the solution have to manifest to enable the use-cases above?_
32+
33+
## Constraints
34+
35+
_What prior decisions and existing conditions limit the possible design?_
36+
37+
## Proposed Design
38+
39+
_Describe the proposed solution. Consider syntax, formatting, errors, registry, tooling, interchange._
40+
41+
## Alternatives Considered
42+
43+
_What other solutions are available?_
44+
_How do they compare against the requirements?_
45+
_What other properties they have?_
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)