Skip to content

Commit 0601e37

Browse files
committed
feat: rework rrfc template into rfc template
1 parent 5ad83e6 commit 0601e37

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

.github/ISSUE_TEMPLATE/rfc.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
name: RFC
3+
about: Request For Comment
4+
title: '[RFC] <title>'
5+
assignees:
6+
labels:
7+
---
8+
9+
<!--
10+
# Before Opening Please...
11+
- [ ] Search for an existing/duplicate RFC/ADR which might be relevant to your RFC
12+
-->
13+
## Motivation ("The Why")
14+
<!-- Examples
15+
Let us know why or how you thought of this idea. This should describe exactly
16+
what problem your suggestion is meant to solve.
17+
-->
18+
19+
### Example Use Cases
20+
<!-- Examples
21+
An example or two of how your suggestion can be used.
22+
-->
23+
24+
### Current Behaviour / Workarounds
25+
<!-- Examples
26+
Is there a way to achieve your suggestion today? How?
27+
-->
28+
29+
#### Desired Behaviour
30+
<!-- Examples
31+
How would you like things to generally work to cover your situation/context?
32+
-->
33+
34+
### References
35+
<!-- Examples
36+
* Related/Reference to #0
37+
* Depends on #0
38+
* Blocked by #0
39+
-->
40+
* n/a

.github/ISSUE_TEMPLATE/rrfc.md

-40
This file was deleted.

0 commit comments

Comments
 (0)