From 1175fea8b0b2aa6769b63f9f1f806193d8ca0f08 Mon Sep 17 00:00:00 2001 From: Katie Gengler Date: Fri, 8 Nov 2024 14:22:51 -0500 Subject: [PATCH] Update pull_request_template.md Fix typo --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 36ded6d2cd..6cd2c78254 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,7 +14,7 @@ and choosing `View file' from the `...' menu in the right hand corner of the fil This pull request is proposing a new RFC. -To succeed, it will need to pass into the [Exploring Stage](https://github.com/emberjs/rfcs#exploring)), followed by the [Accepted Stage](https://github.com/emberjs/rfcs#accepted). +To succeed, it will need to pass into the [Exploring Stage](https://github.com/emberjs/rfcs#exploring), followed by the [Accepted Stage](https://github.com/emberjs/rfcs#accepted). A Proposed or Exploring RFC may also move to the [Closed Stage](https://github.com/emberjs/rfcs#closed) if it is withdrawn by the author or if it is rejected by the Ember team. This requires an "FCP to Close" period.