update copilot instructions

This commit is contained in:
2026-01-30 14:37:48 +01:00
parent 564cc5e9b7
commit 0be9b01359

View File

@@ -6,7 +6,7 @@
- Follow Dokuwiki coding conventions: https://www.dokuwiki.org/devel - Follow Dokuwiki coding conventions: https://www.dokuwiki.org/devel
- Do not use `phpunit` There are missing dependencies that make it fail. - Do not use `phpunit` There are missing dependencies that make it fail.
- Use `php -l <file>` to check for syntax errors. - Use `php -l <file>` to check for syntax errors.
- Consider The official documentation for writing dokuwiki plugins: https://www.dokuwiki.org/devel:plugins - Before making any changes ALWAY consider the official documentation on template development: https://www.dokuwiki.org/devel:templates
- Whenever necessary, update the README file to reflect new features or changes. - Whenever necessary, update the README file to reflect new features or changes.