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: .github/pull_request_template.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ However, reviewers may request that you complete any actions in this list if you
21
21
22
22
-[ ] My PR is **created against the `main` branch** of code (unless it is a backport or is fixing an issue specific to an older branch).
23
23
-[ ] My PR is **small in size** (e.g. less than 1,000 lines of code, not including comments & specs/tests), or I have provided reasons as to why that's not possible.
24
-
-[ ] My PR **passes [ESLint](https://eslint.org/)** validation using `yarn lint`
25
-
-[ ] My PR **doesn't introduce circular dependencies** (verified via `yarn check-circ-deps`)
24
+
-[ ] My PR **passes [ESLint](https://eslint.org/)** validation using `npm run lint`
25
+
-[ ] My PR **doesn't introduce circular dependencies** (verified via `npm run check-circ-deps`)
26
26
-[ ] My PR **includes [TypeDoc](https://typedoc.org/) comments** for _all new (or modified) public methods and classes_. It also includes TypeDoc for large or complex private methods.
27
27
-[ ] My PR **passes all specs/tests and includes new/updated specs or tests** based on the [Code Testing Guide](https://wiki.lyrasis.org/display/DSPACE/Code+Testing+Guide).
28
28
-[ ] My PR **aligns with [Accessibility guidelines](https://wiki.lyrasis.org/display/DSDOC8x/Accessibility)** if it makes changes to the user interface.
0 commit comments