Skip to content

Commit 3c73e7a

Browse files
authored
remove proposal creation instruction
1 parent afd06a4 commit 3c73e7a

File tree

1 file changed

+1
-57
lines changed

1 file changed

+1
-57
lines changed

README.md

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -124,60 +124,4 @@ Related spec text in [Temporal proposal](https://tc39.es/proposal-temporal/):
124124
For Calendar:
125125
* 'gregory': TBW
126126
*
127-
## Before creating a proposal
128-
129-
Please ensure the following:
130-
1. You have read the [process document](https://tc39.github.io/process-document/)
131-
1. You have reviewed the [existing proposals](https://github.com/tc39/proposals/)
132-
1. You are aware that your proposal requires being a member of TC39, or locating a TC39 delegate to "champion" your proposal
133-
134-
## Create your proposal repo
135-
136-
Follow these steps:
137-
1. Click the green ["use this template"](https://github.com/tc39/template-for-proposals/generate) button in the repo header. (Note: Do not fork this repo in GitHub's web interface, as that will later prevent transfer into the TC39 organization)
138-
1. Update the biblio to the latest version: `npm install --save-dev --save-exact @tc39/ecma262-biblio@latest`.
139-
1. Go to your repo settings “Options” page, under “GitHub Pages”, and set the source to the **main branch** under the root (and click Save, if it does not autosave this setting)
140-
1. check "Enforce HTTPS"
141-
1. On "Options", under "Features", Ensure "Issues" is checked, and disable "Wiki", and "Projects" (unless you intend to use Projects)
142-
1. Under "Merge button", check "automatically delete head branches"
143-
<!--
144-
1. Avoid merge conflicts with build process output files by running:
145-
```sh
146-
git config --local --add merge.output.driver true
147-
git config --local --add merge.output.driver true
148-
```
149-
1. Add a post-rewrite git hook to auto-rebuild the output on every commit:
150-
```sh
151-
cp hooks/post-rewrite .git/hooks/post-rewrite
152-
chmod +x .git/hooks/post-rewrite
153-
```
154-
-->
155-
3. ["How to write a good explainer"][explainer] explains how to make a good first impression.
156-
157-
> Each TC39 proposal should have a `README.md` file which explains the purpose
158-
> of the proposal and its shape at a high level.
159-
>
160-
> ...
161-
>
162-
> The rest of this page can be used as a template ...
163-
164-
Your explainer can point readers to the `index.html` generated from `spec.emu`
165-
via markdown like
166-
167-
```markdown
168-
You can browse the [ecmarkup output](https://ACCOUNT.github.io/PROJECT/)
169-
or browse the [source](https://github.com/ACCOUNT/PROJECT/blob/HEAD/spec.emu).
170-
```
171-
172-
where *ACCOUNT* and *PROJECT* are the first two path elements in your project's Github URL.
173-
For example, for github.com/**tc39**/**template-for-proposals**, *ACCOUNT* is "tc39"
174-
and *PROJECT* is "template-for-proposals".
175-
176-
177-
## Maintain your proposal repo
178-
179-
1. Make your changes to `spec.emu` (ecmarkup uses HTML syntax, but is not HTML, so I strongly suggest not naming it ".html")
180-
1. Any commit that makes meaningful changes to the spec, should run `npm run build` and commit the resulting output.
181-
1. Whenever you update `ecmarkup`, run `npm run build` and commit any changes that come from that dependency.
182-
183-
[explainer]: https://github.com/tc39/how-we-work/blob/HEAD/explainer.md
127+

0 commit comments

Comments
 (0)