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
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
## References
2
2
_Add references/links to any related issues or PRs. These may include:_
3
-
* Fixes #[issue-number]
4
-
* Requires DSpace/DSpace#[pr-number] (if a REST API PR is required to test this)
3
+
* Fixes #`issue-number` (if this fixes an issue ticket)
4
+
* Requires DSpace/DSpace#`pr-number` (if a REST API PR is required to test this)
5
5
6
6
## Description
7
7
Short summary of changes (1-2 sentences).
@@ -19,8 +19,10 @@ List of changes in this PR:
19
19
_This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome). If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!_
20
20
21
21
-[ ] 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.
22
-
-[ ] My PR passes [TSLint](https://palantir.github.io/tslint/) validation using `yarn run lint`
23
-
-[ ] My PR doesn't introduce circular dependencies
22
+
-[ ] My PR passes [ESLint](https://eslint.org/) validation using `yarn lint`
23
+
-[ ] My PR doesn't introduce circular dependencies (verified via `yarn check-circ-deps`)
24
24
-[ ] 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.
25
25
-[ ] 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).
26
-
-[ ] If my PR includes new, third-party dependencies (in `package.json`), I've made sure their licenses align with the [DSpace BSD License](https://github.com/DSpace/DSpace/blob/main/LICENSE) based on the [Licensing of Contributions](https://wiki.lyrasis.org/display/DSPACE/Code+Contribution+Guidelines#CodeContributionGuidelines-LicensingofContributions) documentation.
26
+
-[ ] If my PR includes new libraries/dependencies (in `package.json`), I've made sure their licenses align with the [DSpace BSD License](https://github.com/DSpace/DSpace/blob/main/LICENSE) based on the [Licensing of Contributions](https://wiki.lyrasis.org/display/DSPACE/Code+Contribution+Guidelines#CodeContributionGuidelines-LicensingofContributions) documentation.
27
+
-[ ] If my PR includes new features or configurations, I've provided basic technical documentation in the PR itself.
28
+
-[ ] If my PR fixes an issue ticket, I've [linked them together](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
0 commit comments