From 0601e37025daae7ca549a83a0e368d02dfa3a29a Mon Sep 17 00:00:00 2001 From: nlf Date: Wed, 8 Mar 2023 10:41:21 -0800 Subject: [PATCH] feat: rework rrfc template into rfc template --- .github/ISSUE_TEMPLATE/rfc.md | 40 ++++++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/rrfc.md | 40 ---------------------------------- 2 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/rfc.md delete mode 100644 .github/ISSUE_TEMPLATE/rrfc.md diff --git a/.github/ISSUE_TEMPLATE/rfc.md b/.github/ISSUE_TEMPLATE/rfc.md new file mode 100644 index 000000000..cd57b0484 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/rfc.md @@ -0,0 +1,40 @@ +--- +name: RFC +about: Request For Comment +title: '[RFC] ' +assignees: +labels: +--- + +<!-- +# Before Opening Please... +- [ ] Search for an existing/duplicate RFC/ADR which might be relevant to your RFC +--> +## Motivation ("The Why") +<!-- Examples +Let us know why or how you thought of this idea. This should describe exactly +what problem your suggestion is meant to solve. +--> + +### Example Use Cases +<!-- Examples +An example or two of how your suggestion can be used. +--> + +### Current Behaviour / Workarounds +<!-- Examples +Is there a way to achieve your suggestion today? How? +--> + +#### Desired Behaviour +<!-- Examples +How would you like things to generally work to cover your situation/context? +--> + +### References +<!-- Examples +* Related/Reference to #0 +* Depends on #0 +* Blocked by #0 +--> +* n/a diff --git a/.github/ISSUE_TEMPLATE/rrfc.md b/.github/ISSUE_TEMPLATE/rrfc.md deleted file mode 100644 index 2144196f8..000000000 --- a/.github/ISSUE_TEMPLATE/rrfc.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: RRFC -about: Requesting Request For Comment -title: '[RRFC] <title>' -assignees: -labels: ---- - -<!-- -# Before Opening Please... -- [ ] Search for an existing/duplicate RRFC which might be relevant to your RRFC ---> -## Motivation ("The Why") -<!-- Examples -Let us know why or how you thought of this idea. ---> - -### Example -<!-- Examples -An example of what your idea might or could do for you and others. ---> - -### How -#### Current Behaviour -<!-- Examples -What is currently happening, which doesn't take care of your situation/context? ---> - -#### Desired Behaviour -<!-- Examples -How would you like things to generally work to cover your situation/context? ---> - -### References -<!-- Examples -* Related/Reference to #0 -* Depends on #0 -* Blocked by #0 ---> -* n/a