Skip to content

Commit e4c81a0

Browse files
authored
chore: make RFC proposal more explicit
This brings additional updates before we create a shared repository for all RFCs.
1 parent a49a48f commit e4c81a0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/ISSUE_TEMPLATE/rfc.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ about: Feature design and proposals
44
title: 'RFC: '
55
labels: RFC, triage
66
assignees: ''
7+
approved by: ''
78

89
---
910

@@ -31,7 +32,15 @@ assignees: ''
3132
3233
> Explain the design in enough detail for somebody familiar with Powertools to understand it, and for somebody familiar with the implementation to implement it.
3334
34-
> This should get into specifics and corner-cases, and include examples of how the feature is used. Any new terminology should be defined here.
35+
**If this feature should be available in other runtimes (e.g. Java, Typescript), how would this look like to ensure consistency?**
36+
37+
## User Experience
38+
39+
**How would customers use it?**
40+
41+
**Any configuration or corner cases you'd expect?**
42+
43+
**Demonstration of before and after on how the experience will be better**
3544

3645
## Drawbacks
3746
[drawbacks]: #drawbacks

0 commit comments

Comments
 (0)