Skip to content

Commit b0db7c1

Browse files
authored
Add RFC issue template
Structure taken from #771
1 parent eb234ca commit b0db7c1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/ISSUE_TEMPLATE/rfc.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: RFC
3+
about: Make a suggestion in a Request for Comments format to RustPython
4+
title: "[RFC] "
5+
labels: RFC
6+
assignees: ''
7+
8+
---
9+
10+
## Summary
11+
12+
<!-- A quick overview of your suggestion -->
13+
14+
## Detailed Explanation
15+
16+
<!-- Elaborate on your suggestion in all its details -->
17+
18+
## Drawbacks, Rationale, and Alternatives
19+
20+
<!-- What drawbacks might this solution have? Why do you feel it is necessary? What other options might there be to solving this problem? -->
21+
22+
## Unresolved Questions
23+
24+
<!-- What would you like feedback on for fleshing out your suggestion? -->

0 commit comments

Comments
 (0)