tc39 / template-for-proposals

A template for ECMAScript proposals
MIT License
120 stars 28 forks source link

"You are a member of TC39" - or contributor? #11

Closed tjcrowder closed 6 years ago

tjcrowder commented 6 years ago

Under Before creating a proposal, the template says:

Please ensure the following:

  • You are a member of TC39
  • ...

Is the template really intended only for use by TC39 members, or is that meant to mean a member of TC39 or a TC39 ECMAScript RFTG Contributor?

If the latter, I'll do a PR to update it.

Thanks.

ljharb commented 6 years ago

Only members can champion proposals; the target audience for this template is delegates (not contributors)

tjcrowder commented 6 years ago

@ljharb - Okay, thanks. I was thinking this was a good starting point for people looking to put something forward for Stage 0 (obviously they wouldn't do much spec text initially), sort of a "start out as you mean to go on" thing. But I take it it's meant for Stage 1.

ljharb commented 6 years ago

It’s meant for stage 0; but stage 0 proposals also need delegate champions.

tjcrowder commented 6 years ago

@ljharb - That seems at odds with the process document, which lists no entrance criteria for Stage 0 but does list a TC39 champion as one of the criteria for Stage 1.

ljharb commented 6 years ago

Ah, fair point. It does say “Such submissions must either come from members of TC39 or from non-members who have registered via Ecma International.” - so that suggests that stage 0 proposals can also come from registered contributors, although that’s not typically how it’s been done.

tjcrowder commented 6 years ago

@ljharb - So do you want to encourage use only by TC39, or is it worth pointing people at this as a starting point even for Stage 0 suggestions from outside the committee? I like the idea of having something a bit more formal to point people at as compared to the usually-quite-incomplete-and-lacking-research emails we see on es-discuss. But if you think it shouldn't be this, no worries.

ljharb commented 6 years ago

I think that eventually that’d be great; community-authored proposals in the proper format are easier for delegates to champion. However, i think it’s still way too early to do that; we’re still trying to get all the delegates onboard.

tjcrowder commented 6 years ago

@ljharb - That's interesting. :-) Okay, cool, I'll leave it there. Thanks for your efforts on JS!