You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-15
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,11 @@ Please ensure the following:
14
14
Follow these steps:
15
15
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)
16
16
1. Update the biblio to the latest version: `npm install --save-dev --save-exact @tc39/ecma262-biblio@latest`.
17
-
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)
18
-
1.check "Enforce HTTPS"
17
+
1. Go to your repo settings “Options” page, under “GitHub Pages”, and set the source to `gh-pages`under the root and click Save. You may need to wait a minute or so after creating the repo for the initial build to finish and create the branch.
18
+
1.Check "Enforce HTTPS"
19
19
1. On "Options", under "Features", Ensure "Issues" is checked, and disable "Wiki", and "Projects" (unless you intend to use Projects)
20
20
1. Under "Merge button", check "automatically delete head branches"
21
-
<!--
22
-
1. Avoid merge conflicts with build process output files by running:
23
-
```sh
24
-
git config --local --add merge.output.driver true
25
-
git config --local --add merge.output.driver true
26
-
```
27
-
1. Add a post-rewrite git hook to auto-rebuild the output on every commit:
28
-
```sh
29
-
cp hooks/post-rewrite .git/hooks/post-rewrite
30
-
chmod +x .git/hooks/post-rewrite
31
-
```
32
-
-->
33
-
3.["How to write a good explainer"][explainer] explains how to make a good first impression.
21
+
1.["How to write a good explainer"][explainer] explains how to make a good first impression.
34
22
35
23
> Each TC39 proposal should have a `README.md` file which explains the purpose
0 commit comments