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: standards/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -18,23 +18,23 @@ Proposals must include:
18
18
### Proposal
19
19
#### New standard
20
20
1. Check that no one else has begun working on the same proposal by checking open branches and/or asking the other devs.
21
-
2. Branch off of `master`. Name the branch after the [filepath](#directory-structure) using kebab-case, prefixed with `proposal-` (e.g. `proposal-practices-linting`).
21
+
2. Branch off of `main`. Name the branch after the [filepath](#directory-structure) using kebab-case, prefixed with `proposal-` (e.g. `proposal-practices-linting`).
22
22
3. Push the empty branch immediately for visibility and to help prevent duplicate efforts.
23
23
4. Draft your proposal using the [standard template](../template-standard.md).
24
24
5. Create a pull request with a descriptive title.
25
25
6. Find another developer to perform the first, cursory review.
26
26
27
27
#### Amendment
28
28
1. Check that no one else has begun working on the same amendment by checking open branches and/or asking the other devs.
29
-
2. Branch off of `master`. Name the branch after the [filepath](#directory-structure) using kebab-case, prefixed with `amendment-` (e.g. `amendment-practices-linting`).
29
+
2. Branch off of `main`. Name the branch after the [filepath](#directory-structure) using kebab-case, prefixed with `amendment-` (e.g. `amendment-practices-linting`).
30
30
3. Push the empty branch immediately for visibility and to help prevent duplicate efforts.
31
31
4. Draft your changes.
32
32
5. Create a pull request with a descriptive title.
33
33
6. Find another developer to perform the first, cursory review.
34
34
35
35
#### Repeal
36
36
1. Check that no one else has begun working on the same repeal by checking open branches and/or asking the other devs.
37
-
2. Branch off of `master`. Name the branch after the [filepath](#directory-structure) using kebab-case, prefixed with `repeal-` (e.g. `repeal-practices-linting`).
37
+
2. Branch off of `main`. Name the branch after the [filepath](#directory-structure) using kebab-case, prefixed with `repeal-` (e.g. `repeal-practices-linting`).
38
38
3. Push the empty branch immediately for visibility and to help prevent duplicate efforts.
39
39
4. Draft your changes.
40
40
5. Create a pull request with a descriptive title and informative comment.
0 commit comments