Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ The development container provides several convenience features for development:
* Pay attention to the IONOS-specific scripts and configurations when working on related features.
* Use the `IONOS/configure.sh` script for most configuration tasks rather than manual OCC commands.
* Before committing any changes, make sure to run the relevant tests and linters.
* **Recurring Tasks Documentation:** For common development tasks (e.g., delegating settings to admin, adding apps, etc.), check `../<tools-dir>/docs/recurring-tasks/` for step-by-step guides.

## Code Organization & Structure

Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
url = git@github.com:nextcloud/notify_push.git
[submodule "apps-external/activity"]
path = apps-external/activity
url = git@github.com:nextcloud/activity.git
url = git@github.com:IONOS-Productivity/nc-activity.git
[submodule "apps-external/tasks"]
path = apps-external/tasks
url = git@github.com:nextcloud/tasks.git
Expand Down
2 changes: 1 addition & 1 deletion IONOS
Submodule IONOS updated 1 files
+5 −4 configure.sh
2 changes: 1 addition & 1 deletion apps-external/activity
Loading