title: Proposal Title Goes Here
stage: -1
contributors: Your Name(s) Here

This is an emu-clause

This is an algorithm:

1. Let _proposal_ be *undefined*. 1. If IsAccepted(_proposal_) is *true*, then 1. Let _stage_ be *0*. 1. Else, 1. Let _stage_ be *-1*. 1. Return ? ToString(_stage_).

IsAccepted ( _proposal_: an ECMAScript language value ): a Boolean

description
Tells you if the proposal was accepted
1. If _proposal_ is not a String, or is not accepted, return *false*. 1. Return *true*.