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: CONTRIBUTING.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,18 @@
3
3
## Before opening a pull request
4
4
5
5
- Be sure all tests pass: `npm t`.
6
-
- Ensure 100% code coverage and write new tests if necessary: `npm run coverage`.
6
+
- Ensure good test coverage and write new tests if necessary: `npm run coverage`.
7
7
- Add your changes to `CHANGELOG.md`.
8
8
9
9
## Release process
10
10
11
-
If you are a maintainer of this module, please follow the following release procedure:
11
+
If you are a maintainer, please follow the following release procedure:
12
12
13
-
- Merge all desired pull requests into master.
13
+
- Merge all desired pull requests into main.
14
14
- Bump `package.json` to a new version and run `npm i` to generate a new `package-lock.json`.
15
-
-Alter CHANGELOG "Next version" section and stamp it with the new version.
15
+
-Add new version to CHANGELOG.
16
16
- Paste contents of CHANGELOG into new version commit.
17
17
- Open and merge a pull request with those changes.
18
18
- Tag the merge commit as the a new release version number.
19
19
- Publish commit to npm.
20
-
20
+
- Submit a pull request to the Roosevelt website [following the instructions here](https://github.com/rooseveltframework/roosevelt-website/blob/main/CONTRIBUTING.md).
0 commit comments