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
+4-4
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ A repository template for ECMAScript proposals.
6
6
7
7
Please ensure the following:
8
8
1. You have read the [process document](https://tc39.github.io/process-document/)
9
-
1. You have reviewed the [existing proposals](https://github.com/tc39/proposals/)
9
+
1. You have reviewed the [existing proposals](https://github.com/tc39/proposals)
10
10
1. You are aware that your proposal requires being a member of TC39, or locating a TC39 delegate to "champion" your proposal
11
11
12
12
## Create your proposal repo
13
13
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
-
1. Go to your repo settings “Options” page, under “GitHub Pages”, and set the source to the **master branch** (and click Save, if it does not autosave this setting)
16
+
1. Go to your repo settings “Options” page, under “GitHub Pages”, and set the source to the **`gh-pages` branch** (and click Save, if it does not autosave this setting)
17
17
1. check "Enforce HTTPS"
18
18
1. On "Options", under "Features", Ensure "Issues" is checked, and disable "Wiki", and "Projects" (unless you intend to use Projects)
19
19
1. Under "Merge button", check "automatically delete head branches"
@@ -56,5 +56,5 @@ Follow these steps:
56
56
1. Make your changes to `spec.emu` (ecmarkup uses HTML syntax, but is not HTML, so I strongly suggest not naming it ".html")
57
57
1. Any commit that makes meaningful changes to the spec, should run `npm run build` and commit the resulting output.
58
58
1. Whenever you update `ecmarkup`, run `npm run build` and commit any changes that come from that dependency.
0 commit comments