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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Please ensure the following:
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 **main branch** under the root (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"
@@ -43,7 +43,7 @@ Follow these steps:
43
43
44
44
```markdown
45
45
You can browse the [ecmarkup output](https://ACCOUNT.github.io/PROJECT/)
46
-
or browse the [source](https://github.com/ACCOUNT/PROJECT/blob/master/spec.emu).
46
+
or browse the [source](https://github.com/ACCOUNT/PROJECT/blob/HEAD/spec.emu).
47
47
```
48
48
49
49
where *ACCOUNT* and *PROJECT* are the first two path elements in your project's Github URL.
@@ -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