Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meta: make "new feature" issue template clearer #1687

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 11 additions & 8 deletions .github/ISSUE_TEMPLATE/2-feature-request.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
---
name: "\U0001F680 Feature request"
name: "\U0001F680 Feature request is here?"
about: Suggest an idea for ECMA-262

---

TC39 is open to accepting new feature requests for ECMAScript, referred to as
"proposals". Proposals go through a four-stage process which is documented in
the [TC39 process document](https://tc39.es/process-document/).
This repository is only for handling issues with the specification itself.

Feature requests for future versions of ECMAScript should not be made in this
repository. Instead, they are developed in separate GitHub repositories, which
are then merged into the main repository once they have received "Stage 4".
New ideas, suggestions, and discussions about future versions of ECMAScript should not be made in this repository.

Please see [CONTRIBUTING.md](/CONTRIBUTING.md) for more details.
Feature Requests are developed in separate GitHub repositories,
which are then merged into the main repository once they have received "Stage 4".

This four-stage process is documented in the [TC39 process document](https://tc39.es/process-document/).

TC39 is open to accepting new feature requests for ECMAScript, referred to as "proposals".

To contribute visit [CONTRIBUTING.md](/CONTRIBUTING.md#new-feature-proposals) for more details.