diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..85828f4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @folio-org/promin-backend diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..e5839ac --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,26 @@ +### Purpose +_Describe the purpose of this pull request. Why is this change necessary? What problem does it solve?_ + +### Approach +_How does this change fulfill the purpose? Provide a high-level overview of the technical approach taken to address the problem._ + +### Changes Checklist +- [ ] **API Changes**: Document any API paths, methods, request or response bodies changed, added, or removed. +- [ ] **Database Schema Changes**: Indicate any database schema changes and their impact. Confirm that migration scripts were created. +- [ ] **Interface Version Changes**: Indicate any changes to interface versions. +- [ ] **Interface Dependencies**: Document added or removed dependencies. +- [ ] **Permissions**: Document any changes to permissions. +- [ ] **Logging**: Confirm that logging is appropriately handled. +- [ ] **Unit Testing**: Confirm that changed classes were covered by unit tests. +- [ ] **Integration Testing**: Confirm that changed logic was covered by integration tests. +- [ ] **Manual Testing**: Confirm that changes were tested on local or dev environment. +- [ ] **NEWS**: Confirm that the NEWS file is updated with relevant information about the changes made in this pull request. + +### Related Issues +_List any Jira issues related to this pull request._ + +### Learning and Resources (if applicable) +_Discuss any research conducted during the development of this pull request. Include links to relevant blog posts, patterns, libraries, or addons that were used to solve the problem._ + +### Screenshots (if applicable) +_If this pull request involves any visual changes or new features, consider including screenshots or GIFs to illustrate the changes._ diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c0760fb..087eeba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,12 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: daily + interval: "weekly" + day: "sunday" commit-message: prefix: fix - prefix-development: chore include: scope - reviewers: - - "pbobylev" - - "pkjacob" - - "zepheiryan" + groups: + all-deps: + patterns: + - "*" \ No newline at end of file diff --git a/README.md b/README.md index aee38aa..a83ef27 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # mod-linked-data-import -Copyright (C) 2025 The Open Library Foundation +Copyright (C) 2025–2026 The Open Library Foundation This software is distributed under the terms of the Apache License, Version 2.0. See the file "[LICENSE](LICENSE)" for more information.