Skip to content

Commit ca47fc4

Browse files
Add an RRFC issue template (#3)
1 parent ea1dc86 commit ca47fc4

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: RFC
4+
url: https://github.com/lit/rfcs/edit/main/rfcs/0000-rfc-template.md
5+
about: To open a formal RFC, make a PR that copies the issue template linked here to a new file named with the format `NNNN-descriptive-name.md`. See [Opening an RFC](https://github.com/lit/rfcs#opening-an-rfc) for more details.

.github/ISSUE_TEMPLATE/rrfc.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: RRFC
3+
about: Requesting Request For Comment. If you have an idea for an RFC and want to get feedback before opening a formal RFC, use this issue template to describe your idea.
4+
title: '[RRFC] <title>'
5+
assignees:
6+
labels:
7+
---
8+
9+
- [ ] I searched for an existing RRFC which might be relevant to my RRFC
10+
11+
## Motivation
12+
<!--
13+
Why do you want this feature or change?
14+
-->
15+
16+
### Example
17+
<!--
18+
Example(s) of what this proposal would change - code or behavior.
19+
-->
20+
21+
### How
22+
23+
#### Current Behaviour
24+
25+
#### Desired Behaviour
26+
27+
### References
28+
<!--
29+
Examples:
30+
* Related to #0
31+
* Depends on #0
32+
* Blocked by #0
33+
-->
34+
* n/a

0 commit comments

Comments
 (0)