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

✨ clarify readme and fix structure #149

Merged
merged 1 commit into from
Apr 23, 2024
Merged
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
66 changes: 31 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,36 @@
# TC39 - How We Work

Ecma International's TC39 is the standards committee which defines ECMAScript (JavaScript). This repository is intended to provide documentation into how TC39 works.

This repository is an early work in progress!
Ecma International's TC39 is the committee which defines ECMAScript (JavaScript) and related standards. This repository provides documentation into how TC39 works.

For an introduction to getting involved in TC39, see [CONTRIBUTING.md](https://github.com/tc39/ecma262/blob/HEAD/CONTRIBUTING.md).

## Table of Contents

- Meta
- [Introduction and Table of Contents for this repo (this file)](README.md)
- [List of suggested additions for this repo](TODO.md)

- Proposals
- [Championing a proposal at TC39](champion.md)
- [How to write a good explainer](explainer.md)
- [How to make a Pull Request against the ECMAScript specification](pr.md)
- [Presenting a Proposal to TC39](presenting.md)
- [Reading a proposal draft](how-to-read.md)
- [How to give helpful feedback](feedback.md)
- [Stage 3 Proposal Reviews](stage-3-review.md)
- [How to experiment with a proposal before Stage 4](experiment.md)
- [Implementing and shipping TC39 proposals](implement.md)

- Meetings
- [How to host a TC39 meeting](host.md)
- [How to participate in meetings](how-to-participate-in-meetings.md)
- [How to take notes](how-to-take-notes.md)
- [How to run an online meeting](call.md)

- Admin
- [Becoming a TC39 delegate](join-tc39.md)
- [Becoming a TC39 invited expert](invited-expert.md)
- [TC39 management](management.md)
- [TC39 and IP](ip.md)

- Other
- [Archival of TC39 materials](archival.md)
- [Glossary and Considerations](terminology.md)
## Proposals

- [Championing a proposal at TC39](champion.md)
- [How to write a good explainer](explainer.md)
- [How to make a Pull Request against the ECMAScript specification](pr.md)
- [Presenting a Proposal to TC39](presenting.md)
- [Reading a proposal draft](how-to-read.md)
- [How to give helpful feedback](feedback.md)
- [Stage 3 Proposal Reviews](stage-3-review.md)
- [How to experiment with a proposal before Stage 4](experiment.md)
- [Implementing and shipping TC39 proposals](implement.md)

## Meetings

- [How to host a TC39 meeting](host.md)
- [How to participate in meetings](how-to-participate-in-meetings.md)
- [How to take notes](how-to-take-notes.md)
- [How to run an online meeting](call.md)

## Admin

- [Becoming a TC39 delegate](join-tc39.md)
- [Becoming a TC39 invited expert](invited-expert.md)
- [TC39 management](management.md)
- [TC39 and IP](ip.md)

## Other

- [Archival of TC39 materials](archival.md)
- [Glossary and Considerations](terminology.md)
Loading